The application I'm developing, my first, has a large space after the navigation bar in iOS6, but not iOS7. I was able to shorten this space to about 20 pixels by setting NavigationBar.Translucent = false. I'm trying to remove this final extra space, but similar questions I see seem to only apply to iOS7 because they use selectors that aren't available in iOS6. For information's sake, my only other controls on this view are a searchbar and a tableview immediately after.
Any help is really appreciated!