from:http://stackoverflow.com/questions/18388429/uitableview-is-starting-with-an-offset-in-ios-7
If you don’t want a scroll view’s content insets to be automatically adjusted, set automaticallyAdjustsScrollViewInsets to NO. (The default value of automaticallyAdjustsScrollViewInsets is YES.)
1 | self.automaticallyAdjustsScrollViewInsets = NO; |
如果使用storyboard:
Go to the storyboard/xib in IB and untick the show content under nav bar stuff.