I have one UITableView, which on didSelectRowAtIndexPath push another UITableView is navigation controller. Now this 2nd UITableViewController contans 4 section and about 1-2 rows in each section. Every Cell is loaded from nib via interface builder. Now I want to set various text labels on those cell based on the row selected in 1st UITableview. How can I do that ?
I have one UITableView , which on didSelectRowAtIndexPath push another UITableView is navigation controller.
Share
step by step tutorial
http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/