Having a UITextField in a UITableViewCell

Posted by Mathieu on Stack Overflow See other posts from Stack Overflow or by Mathieu
Published on 2009-01-03T16:01:16Z Indexed on 2010/05/28 15:42 UTC
Read the original article Hit count: 155

Hi!

I'm trying to do that for a couple of days now, and after reading tons of messages of people trying to do that too, I'm still unable to have a fully working UITextField in some of my UITableViewCells, just like in this example: http://img231.imageshack.us/img231/4858/picture4za3.png

Either I have the form working but the text is not visible (although I set its color to blue), the keyboard goes on the field when I click on it and I haven't been able to correctly implement the keyboard events. I tried with a bunch of examples from Apple (mainly UICatalog, where there is a kinda similar control) but it's still not working correctly.

Can somebody help me (and all the people trying to realize this control) and post a simple implementation of a UITextField in a UITableViewCell, that works fine?

Thank you very much.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c