iPhone keyboard doesn't appear when entering a UITextField

Posted by Norm on Stack Overflow See other posts from Stack Overflow or by Norm
Published on 2010-05-03T01:37:50Z Indexed on 2010/05/03 1:48 UTC
Read the original article Hit count: 380

Filed under:
|
|

This has to be some kind of newbie blunder that I just can’t see, and I’d be grateful for hints as to what to check or where to look.

I've followed an iPhone tutorial that has a UITextField, making sure I connected the IBOutlet for the text field, and it seems to compile properly (no errors or warnings). But when I run it under the simulator, and click in the field, I don’t get the keyboard, so I can’t enter anything into the field.

I’ve tried searching the site for similar questions, and all I’ve found is a few questions where the developer is trying to set up some complex UI with multiple controllers, and one that seemed to be the same issue, but the original poster simply said that he solved it by starting a new project and porting the code over. I’d like to find an actual solution, so I don’t have to try randomly rebuilding projects when this issue comes up again.

Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitextfield