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
I ran into this same issue, make sure that the app delegate has a [self.window makeKeyAndVisible]. That solved it for me.
[self.window makeKeyAndVisible]