iOS UILabel圆角

对于UIView 直接设置 uiview.layer.cornerRadius = 5 就可以有圆角了

但是对于UILabel则不然, 要多设置一个uilabel.clipsToBounds = YES; 才行

posted @ 2014-10-19 22:00  apem  阅读(1837)  评论(0编辑  收藏  举报