Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了圆角的性能问题,所以我按照这里的建议删除了 maskToBounds 属性,而不是属性,而是backgroundColor使用了layer.backgroundColor属性。这完美地工作,除了我有一个我也想受到约束的子视图,但它的背景颜色没有被掩盖到圆角。因为它没有填满整个 UIView,所以我不能把它的角弄圆。
backgroundColor
layer.backgroundColor
打开 maskToBounds 会导致性能问题。
我该如何解决这个问题?