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

ios关于图片拉伸的版本间的几种方法

时间:2014-10-21 15:11:45      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:blog   io   os   sp   div   log   bs   ef   as   

1.iOS 5.0之前的做法
- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight;

2.iOS 5.0的做法
- (UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets;

3.iOS 6.0的做法
- (UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets resizingMode:(UIImageResizingMode)resizingMode;

 

ios关于图片拉伸的版本间的几种方法

标签:blog   io   os   sp   div   log   bs   ef   as   

原文地址:http://www.cnblogs.com/changxs/p/4040301.html

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