UITextView not showing text until I rotate it
问题 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? 回答1: It seems like I've found the limit to how many characters can be initially loaded into UITextView in a UIPopoverController (for portrait mode in UISplitViewController). The