in my app i send a GET to my server and receive some response. I have TavleView and TableViewController classes expect from my main view controller class. I do the parsing in my main ViewController and i want to populate the TableViewCells with the results i receive from the first ViewController. And also i want to display the details of any cell in a new ViewController called DetailViewController. Now any navigation amongst the Views work as how i want..
in my app i send a GET to my server and receive some response.
Share
go check out WWDC 2011’s podcasts, WWDC 2011 – Session 309 – Introducing Interface Builder Storyboarding.
i believe this is the correct video and it will demostrate you exactly what you are looking for. they revamped UITableView’s and added a lot of functionality into the IB storyboard in ios5. it will help demonstrate how you can take data in one View Controller and and display it in a second UIViewtable Controller.