IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label UITextfield. Show all posts
Showing posts with label UITextfield. Show all posts

Monday, March 4, 2013

UIImagePickerController and UITextfield keyboard problems.

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.


View the original article here

UIImagePickerController and UITextfield keyboard problems.

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.


View the original article here