1 //设置圆形cornerRadius,是宽或高的一半 2 3
_imageView.layer.masksToBounds = YES; 4 5 6 7 CGFloat w =
_imageView.frame.size.width / 2; 8 9 ...
分类:
移动开发 时间:
2014-05-05 12:06:59
阅读次数:
448
// 设置 tableView整体的圆角设置 // /// 设置圆角//
v_tableview.layer.cornerRadius = 7;// v_tableview.layer.masksToBounds = YES;//
/// 设置边框// v_tableview.layer.bord....
分类:
移动开发 时间:
2014-05-01 14:16:37
阅读次数:
636