iOS 7 — navigationController is setting the contentInset and ContentOffset of my UIScrollView

Try setting self.automaticallyAdjustsScrollViewInsets = NO in your main view controller.
This was introduced in iOS 7 so you might want to wrap that with an iOS version check, if you are supporting iOS 6 and below.

posted @ 2016-04-12 16:26  qike  阅读(151)  评论(0编辑  收藏  举报