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

[iOS]在NavigationController中的ScrollView中的子视图都会下移64个像素

时间:2017-04-30 17:21:37      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:ext   net   window   自己   分享   font   sdn   没有   span   

情况是这种:

我有一个UINavigationController,设置为self.window的root视图, 然后有一个UIVIewController是UINavigtionController的根视图.

然后在UIViewController中增加一个ScrollView 在ScrollView中增加一个view.

此时发现. scrollView并没有自己主动下移64像素,而 ScrollView中的子视图VIew自己主动下移了64个像素.



上图:

技术分享


// 解决方法

        self.automaticallyAdjustsScrollViewInsets = NO


[iOS]在NavigationController中的ScrollView中的子视图都会下移64个像素

标签:ext   net   window   自己   分享   font   sdn   没有   span   

原文地址:http://www.cnblogs.com/clnchanpin/p/6789697.html

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