码迷,mamicode.com
首页 > 其他好文 > 详细

图片圆角属性

时间:2014-12-09 00:20:05      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:color   sp   bs   ad   as   nbsp   ui   view   图片   

    self.imageview=[[UIImageView alloc] init];

    self.imageview.frame=CGRectMake(100, 100, 100, 100);

 

    [self.view addSubview:self.imageview];

    self.imageview.layer.borderWidth=2;

    self.imageview.layer.borderColor=[UIColor whiteColor].CGColor;

    self.imageview.layer.masksToBounds=YES;

    self.imageview.layer.cornerRadius=10;

    self.imageview.image=[UIImage imageNamed:@"weibo"];

}

图片圆角属性

标签:color   sp   bs   ad   as   nbsp   ui   view   图片   

原文地址:http://www.cnblogs.com/zhibin/p/4152224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!