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

UIScrollView的contentsize、contentoffset和contentInset属性

时间:2015-05-15 06:34:44      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:

UIScrollView常用属性有contentSize、contentInset和contentOffset

1、contentSize很好理解,就是UIScrollView的contentView(内容视图)的size

2、contentInset是UIEdgeInsets类型,表示UIScrollView的内边距。可能这样不好理解,可以参考css里的内边距padding。

3、contentOffset是CGPoint类型。它表示contentView(内容视图)沿X轴和Y轴方向偏移值。

当contentSize.height+contentInset.top+contentSize.bottom > scrollview.bounds.size.height时,就可以滑动了。

 

下图为官方文档提供,形象地描述了contentSize和contentInset

 

技术分享

 

UIScrollView的contentsize、contentoffset和contentInset属性

标签:

原文地址:http://www.cnblogs.com/bing0ye/p/4504921.html

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