JoanKing / JKSwiftExtension

Swift常用扩展、组件、协议,方便项目快速搭建,提供完整清晰的Demo示例,不断的完善中......
Apache License 2.0
761 stars 122 forks source link

自定义Cell子视图部分圆角显示异常 #4

Closed xyhuangjia closed 3 years ago

xyhuangjia commented 3 years ago

用snapkit 自定义Cell 子视图上做部分圆角页面,页面布局布局异常

JoanKing commented 3 years ago

cell布局使用SnapKit的时候,控件切部分圆角的时候,在布局后,先调用 layoutIfNeeded() 后再切圆角,如下 self.layoutIfNeeded() testLabel.jk.addCorner(conrners: .bottomLeft, radius: 8)