There appears to be extra padding at the top of the root content view when the translucent = false
property is set on the NavigationController's NavigationBar (programatically or via the StoryBoard).
I've tried adjusting the scroll view insets but to no avail. translucent = true
doesn't cause this problem.
Any ideas why this is happening and what the easiest way to resolve it is?