I have a UIViewController subclass as a scene in the storyboard that contains a UIScrollView containing various subviews. One of the subviews is a
UIViewController
UIScrollView
In iOS 7/8/9 simple self.automaticallyAdjustsScrollViewInsets = NO; solved the problem in my case.
self.automaticallyAdjustsScrollViewInsets = NO;