MissileSilo Posted July 1, 2008 Share Posted July 1, 2008 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 Link to comment https://www.insanelymac.com/forum/topic/113458-iphone-interface-builder-how-to-put-content-inside-tableview/ Share on other sites More sharing options...
Poco Posted August 29, 2008 Share Posted August 29, 2008 I would recommend downloading the EditableTableView sample code and seeing how they use the table view and how to use a custom cell. iPoco Link to comment https://www.insanelymac.com/forum/topic/113458-iphone-interface-builder-how-to-put-content-inside-tableview/#findComment-872374 Share on other sites More sharing options...
alloutmacstoday Posted August 29, 2008 Share Posted August 29, 2008 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. Link to comment https://www.insanelymac.com/forum/topic/113458-iphone-interface-builder-how-to-put-content-inside-tableview/#findComment-872378 Share on other sites More sharing options...
Recommended Posts