UI09-UIView视图添加圆角效果

1、        创建工程,编写代码: - (void)viewDidLoad {     [super viewDidLoad];     //读取一张图片     UIImage *img = [UIImage imageNamed:@"pic"];    //将该图片添加到图像视图     UIImageView *imgView = [[UIImageView alloc] initWi
相关文章
相关标签/搜索