I have a very simple screen with a UITextField with a default setting, nothing special.
When I touch UITextField, the keyboard does not appear.
I have no user control, behavior, or anything else, just that, but it doesn't work.
I did this in previous iPhone / iPad apps already on the AppStore, but I canβt understand what is going on here.
A UITextField is created in Interface Builder in the nib file.
I did some research and I added IBAction to the UIViewController for the UItextField TouchDown event and IBOutlet for the UITexField.
In the first line of code, I added:
[textFild becomeFirstResponder]
This is the default behavior of UITextField, when you touch it, it becomes the first responder asking the system to display the keyboard.
I debugged it and it ran this line, but the keyboard is still not showing.
Thanks in advance.
iphone uikit uitextfield keyboard
jsicary
source share