I have a problem with autolayout(maybe) and my scrollview!
My Problem
have you tried this?
self.automaticallyAdjustsScrollViewInsets = NO;
In my case this was what solved my problem.