0

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.

yeker3
  • 141
  • 1
  • 2
  • 15
  • I added the code, but I think it is not relevant because there is not so much code as you see... – yeker3 Sep 25 '12 at 16:12
  • You probably checked this link but If you did not yet here is a link with similar question and answer http://stackoverflow.com/questions/3954405/how-do-i-type-using-my-keyboard-on-the-iphone-simulator – SpaceDust__ Sep 25 '12 at 16:18
  • Did not work, I have no idea about what is happening with this. – yeker3 Sep 25 '12 at 16:27

1 Answers1

0

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.

Community
  • 1
  • 1
yeker3
  • 141
  • 1
  • 2
  • 15