Help - Search - Members - Calendar
Full Version: iPhone Interface Builder - how to put content inside TableView?
InsanelyMac Forum > Apple World > Mac Programming and Development
MissileSilo
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
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
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.