约束布局切圆角问题

//使用Masonry sdlayout等第三方约束时切圆角需要在layoutSubviews方法中进行操作

- (void)layoutSubviews {


}

你可能感兴趣的:(约束布局切圆角问题)