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.