MissileSilo
Jul 1 2008, 08:01 PM
Hi,
In the interface builder for iPhone OS, I want to make a view with a Table View, and I want to have my text fields inside there. Problem is, when I put them inside, the Table View scrolls, but the text fields stay where they are. How do I make them scroll?
Thanks
ipoco
Aug 29 2008, 12:03 AM
I would recommend downloading the EditableTableView sample code and seeing how they use the table view and how to use a custom cell.
iPoco
alloutmacstoday
Aug 29 2008, 12:07 AM
It is impossible to edit the information in a table view in IB. You must subclass UITableViewController, and then insert the delegate and data source methods.