I have a UIViewController
embedded in a UINavigationController
. The UIViewController
contains a UITextView
(which takes up the entire screen except for the nav bar and menu area.
For some reason there is an area of whitespace at the top of the textview (the space is there both in Xcode and when the app runs).
Does anyone know why this is happening?