automaticallyAdjustsScrollViewInsets

This property is used when your view is a UIScrollView or similar, like a UITableView.(主要对UIScrollView及其子类UITableView起作用,主要调节contentInset的值)

You want your table to start where the navigation bar ends, because you wont see the whole content if not, but at the same time you want your table to cover the whole screen when scrolling.
(automaticallyAdjustsScrollViewInsets 默认值为YES,会自动调整contentInset的top的值,使UITableView从NavigationBar的底部开始,并且UITableView向上滚动的时候,可以穿越导航条)

In that case, setting edgesForExtendedLayout to None won't work because your table will start scrolling where the navigation bar ends and it won‘t go behind it.
(通过设置edgesForExtendedLayout这个属性,达不到这个效果,因为,不能穿越导航条,仅仅是在导航条下面滚动)

This is when is set to NO:
This property is used when your view is a UIScrollView or similar, like a UITableView.(主要对UIScrollView及其子类UITableView起作用,主要调节contentInset的值)

You want your table to start where the navigation bar ends, because you wont see the whole content if not, but at the same time you want your table to cover the whole screen when scrolling.
(automaticallyAdjustsScrollViewInsets 默认值为YES,会自动调整contentInset的top的值,使UITableView从NavigationBar的底部开始,并且UITableView向上滚动的时候,可以穿越导航条)

In that case, setting edgesForExtendedLayout to None won't work because your table will start scrolling where the navigation bar ends and it won‘t go behind it.
(通过设置edgesForExtendedLayout这个属性,达不到这个效果,因为,不能穿越导航条,仅仅是在导航条下面滚动)

This is when is set to NO:


屏幕快照 2017-03-06 上午9.49.04.png

And YES (by default):

屏幕快照 2017-03-06 上午9.50.46.png

转载:
http://stackoverflow.com/questions/18798792/explaining-difference-between-automaticallyadjustsscrollviewinsets-extendedlayo

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 13,410评论 0 23
  • afinalAfinal是一个android的ioc,orm框架 https://github.com/yangf...
    passiontim阅读 15,658评论 2 45
  • 这篇文章会长期定期更新,以此记录下自己在iOS开发中遇到的问题。也欢迎大家留言补充。 1.今天研究贝塞尔曲线时候,...
    蜡笔小强阅读 3,150评论 0 4
  • 非常喜欢这句话: 人啊,长了颗红楼梦的心, 却生活在水浒的世...
    莞毓阅读 1,150评论 0 0
  • 阿酥,我这里下了一整夜的雨,半夜电闪雷鸣还把我吓醒了,猛然想起睡前看的神怪电视剧,吓得用被子捂住了头,咬咬牙坐起来...
    少女酥钺阅读 1,443评论 0 0