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

contentSize、contentInset和contentOffset区别

时间:2014-07-19 09:03:08      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:strong   os   c   size   view   rom   

contentSize: The size of the content view. 其实就是scrollview可以滚动的区域,比如frame = (0 ,0 ,320 ,480) contentSize = (320 ,960),代表你的scrollview可以上下滚动,滚动区域为frame大小的两倍。

contentOffset:The point at which the origin of the content view is offset from the origin of the scroll view. 是scrollview当前显示区域顶点相对于frame顶点的偏移量,比如上个例子你拉到最下面,contentoffset就是(0 ,480),也就是y偏移了480 

contentInset:The distance that the content view is inset from the enclosing scroll view.是scrollview的contentview的顶点相对于scrollview的位置,例如你的contentInset = (0 ,100),那么你的contentview就是从scrollview的(0 ,100)开始显示 

contentSize、contentInset和contentOffset区别,布布扣,bubuko.com

contentSize、contentInset和contentOffset区别

标签:strong   os   c   size   view   rom   

原文地址:http://www.cnblogs.com/dongwenbo/p/3854364.html

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