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

UIView 属性

时间:2014-12-05 12:52:14      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   sp   on   2014   log   bs   代码   


1、clipsToBounds  默认为NO。代码:

UIView *tmpView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 200)];
    tmpView.clipsToBounds = YES;//分别设置 YES /NO查看效果
    [self.view addSubview:tmpView];
    UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"changmen.jpg"]];
    [tmpView addSubview:imageView];


当为NO时:如图

bubuko.com,布布扣

设置为YES,如图

bubuko.com,布布扣


UIView 属性

标签:style   blog   http   sp   on   2014   log   bs   代码   

原文地址:http://blog.csdn.net/qqmcy/article/details/41744231

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