技术文章分类(180)

技术随笔(11)

UIScrollView offset below UINavigationBar

-(void)loadView{

    [super loadView];

    self.automaticallyAdjustsScrollViewInsets = NO;

}

 

 

解释在这里:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TransitionGuide/AppearanceCustomization.html

posted @ 2014-12-07 21:10  坤哥MartinLi  阅读(106)  评论(0编辑  收藏  举报