I am using a UINavigationController... from within one of my UIViewController, I present a UIIMagePickerController... when I press cancel... and return to my UIViewController, and press on a UITextfield... the keyboard no longer appears...
The issue seems to carry to all the UIViewControllers within my navcontroller... If I don't present the UIImagePickerController, I have no issues... seems like presenting UIImagePickerController is causing some issues as to when the keyboard renders.
When I have the cursor on my textfield (and the keyboard is not showing)... if I present the UiImagepickerController at this point... the keyboard appears for an instant before being covered by the image picker.
Does anyone know of this problem and how to solve it? Would appreciate any help. Thanks.
0 comments:
Post a Comment