I'm using a UISplitViewController, with a view that has a UITextView as the master view, but the text does not load until I rotate the ipad twice.
Logging when the app starts shows that the text view is available and the text inside it (which is defined in the nib file) is also loaded properly.
What am I doing wrong?