UIScrollView offset in UINavigationController

转:UIScrollView offset in UINavigationController

通过设置viewCtronller的

self.automaticallyAdjustsScrollViewInsets = NO;

禁用苹果scrollview提供的自适应功能。

 

延伸阅读:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TransitionGuide/AppearanceCustomization.html

 

评:根据少用隐藏、暗含语义的原则,建议大家在使用scrollView时,将此属性设置为NO.sdk开发者的初衷是好的,但是这种隐含语义,会为程序带来隐患和不可知的错误。

posted @ 2015-08-10 18:08  ygm900  阅读(291)  评论(0编辑  收藏  举报