I have a UIViewController in Interface Builder, and I add a UIScrollView to the UIView. It has a contentOffset property e
UIViewController
UIScrollView
UIView
contentOffset
For iOS 7/8 self.automaticallyAdjustsScrollViewInsets = NO; solved the problem.
self.automaticallyAdjustsScrollViewInsets = NO;