On an iPad with iOS 6 GM. I have 6 UITextFields, 3 UITextViews, and a UIButton that triggers a popover/actionsheet.
When I select one of the UITextFields or UITextVie
This was originally an iPhone app built on iOS 5. To make it an iPad app, I just duplicated the project and upgraded all the .xibs to iPad versions. I don't know if it's a bug or not, or if it's something to do with the upgrade to iOS 6, but doing it like that messes something up with the MainWindow.xib.
In the MainWindow xib, I typed in "MainViewController" for the title (It was previously blank.)

And checked off "Visible at Launch". Even though it is already visible at launch, not having that checked off screws something up.

Now all my text views and text fields work.