Quote:
Originally Posted by MasterD
Hi,
Is is possible to put a UITextField in a UITableViewCell?
Im trying to create a cell where, on the left you have a name, and on the right you can enter the value. any ideas on how to do this?
Thanks.
CD
|
look for > subclass UITableViewCell AND custom UITableViewCell
theres a lot of tutorials out there on that