Quote:
Originally Posted by jdandrea
|
I have been following this walkthrough and combined it with a multi level table with some success.
I have 5 basic .h/.m files
App Delegate
Navcontroller - nothing in the .h/.m files
HomeView - just text and logos
TableView - has all the info for the table and the push to the detail view
DetailView - takes the selected row from the table view, displays the page title and then selects an image based on the row and displays it.
The problem I am trying to overcome is if I leave the detailview and go to the home view, when I return back to the table tab the detail view is still displayed. I cant work out how to reset the table when I navigate away from the it. What do I need to add to get the table to reset.
I have tried adding code to the viewDidDisappear and viewdidunload in the detail view - no luck
Cheers
Irish