UITextField showing trash instead of characters

Posted by krasnyk on Stack Overflow See other posts from Stack Overflow or by krasnyk
Published on 2010-05-06T13:04:10Z Indexed on 2010/05/06 13:08 UTC
Read the original article Hit count: 189

Filed under:
|

There's quite a strange thing happening to text fields in application I'm developing (see image below).

 [1]: http://img7.imageshack.us/img7/1449/zrzutekranu20100506godz.png At some point in the application I'm using

   - (void) viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; [[(TextFieldView*)[self view] usernameTextField] becomeFirstResponder];    }

Which results in the above image. If it's called in viewDidAppear - everything is fine. The funny thing about this error is that it breaks ALL text fields throught the application.

Has anyone ever encountered such an error? Might it be related to openGL use?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uikit