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

iOS 8:UIView Stretching设置

时间:2014-12-02 00:02:30      阅读:545      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   os   使用   sp   2014   log   

使用小图片当变长输入框或类似QQ聊天文字背景效果时,需要拉伸图片。UIImage提供了三个可完成此任务的方法:

  • resizableImageWithCapInsets:
  • resizableImageWithCapInsets:resizingMode:
  • stretchableImageWithLeftCapWidth:topCapHeight:

第三个方法在iOS5中弃用。

在Storyboard或xib中拖入的控件都有Stretching属性,包含四个参数:X、Y、Width、Height。

当X = Y = Width = Height = 1时,图片为原始大小。

若让X = Y = 0.5、Width = Height = 0,则按水平垂直位置的那个像素点进行拉伸,如图所示。

bubuko.com,布布扣  bubuko.com,布布扣

 

iOS 8:UIView Stretching设置

标签:blog   http   io   ar   os   使用   sp   2014   log   

原文地址:http://www.cnblogs.com/michaellfx/p/4136264.html

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