We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fb566 commit 736ddb3Copy full SHA for 736ddb3
1 file changed
CornerRadius/README.md
@@ -0,0 +1,5 @@
1
+# CornerRadius
2
+
3
+都说 `cornerRadius` + `masksToBounds` 会导致离屏渲染,从而大幅度降低 `UITabelView` 滑动时的性能。
4
5
+我做了一个 demo,在 cell 中放了四个 UIImageView,但是在 Instument 中检测时并没有发现离屏渲染,滑动时帧数也未见下降。
0 commit comments