11 2015 档案

设置圆角代码
摘要://设置图片框为圆角 ImgView.layer.cornerRadius = 7; ImgView.layer.masksToBounds = YES;//设置图片框为圆角 ImgView.layer.cornerRadius = 7; ImgView.layer.masksToBounds = ... 阅读全文

posted @ 2015-11-28 23:23 ZMIOS 阅读(281) 评论(0) 推荐(0)