In my App there is a textField that when you tap on it the keyBoard shows up as normally but when you tap the keys of the keyBoard it does not write, it keeps blank.
Why is this happening? I don’t know what to do!
Thanks!
CODE
ViewController.h:
@interface ViewController : UIViewController {
IBOutlet UITextField *myText;
}
In IB it is correctly linked.
I found the answer! here: Keyboard and cursor show, but I can't type inside UITextFields and UITextViews
In my opinion is one of the million bugs that iOS6 have, because It did not happen on iOS5.