iOS把一个简单的图形变成一个圆_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > iOS把一个简单的图形变成一个圆

iOS把一个简单的图形变成一个圆

 2014/11/5 16:17:15  yuanview  程序员俱乐部  我要评论(0)
  • 摘要:push是定义的一个buttonpush.layer.masksToBounds=YES;push.layer.cornerRadius=100;push.layer.borderWidth=10;push.layer.borderColor=[[UIColorblackColor]CGColor];
  • 标签:iOS 一个

class="p1">   push是定义的一个button

    push.layer.masksToBounds = YES;

    push.layer.cornerRadius = 100;

    push.layer.borderWidth = 10;

    push.layer.borderColor = [[UIColor blackColor] CGColor];

发表评论
用户名: 匿名