UITextField in UITableViewCell Help

Posted by W Dyson on Stack Overflow See other posts from Stack Overflow or by W Dyson
Published on 2010-12-31T05:11:07Z Indexed on 2011/01/04 12:53 UTC
Read the original article Hit count: 138

Filed under:
|
|
|
|

Hello All,

I have scoured the internet looking for a good tutorial or posting about having a UITableView populated with a UITextField in each cell for data entry.

I want to keep track of each UITextField and the text written within it while scrolling. The tableView will be sectioned. I have been using a custom UITableViewCell but I'm open to any method.

Also, is it possible to use the textFields as ivars?

If any of you could point me in the right direction, it would be greatly appreciated.

Thank you in advance!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ipad