码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 图片9切

时间:2014-11-26 16:17:21      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   color   os   sp   div   log   ad   

UIImageView *svRect;
    UIImage *backgroundImage = [UIImage imageNamed:@"bg.png"];
    backgroundImage  = [backgroundImage resizableImageWithCapInsets:UIEdgeInsetsMake(15, 15, 15,15)]; //这句就是最关键的了
    svRect = [[UIImageView alloc] initWithImage:backgroundImage];
    [svRect setFrame:CGRectMake(50, 50, 200, 200)];
    [self.view addSubview: svRect];

防止图片放大变形

iOS 图片9切

标签:style   blog   io   color   os   sp   div   log   ad   

原文地址:http://www.cnblogs.com/joshuageng/p/4123312.html

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