When starting the app, if the user doesn\'t have login information stored, I want to display a modal view controller to force the entry of this information. I found through
I had the exact same problem... my solution? Manually set the height of the view you're displaying modally to 480 px in interface builder.
Problem solved.