I have a View inside a ScrollView inside my main View
The problem is that my scrollView have a bad default contentOffset. His value is (0, -64) in portrait
T
It's probably an issue with the view insets.
On your XIB/Storyboard for your view controller, make sure to uncheck the Adjust Scroll View Insets
or in your code add self.automaticallyAdjustsScrollViewInsets = false
self.automaticallyAdjustsScrollViewInsets = false