Hi all, Just a short conceptual question: I am making an ap that has a tabviewcontroller on root level. Every tab contains a table with 2 drill down levels and at the end one detail view.
What is the approach ? I think a TabBarController that Contains NavigationControllers that contain TableViewControllers ? Is that right ? So far so good. But i am not quite sure what the appropriate way is to create those NavigationViewcontrollers. Should I create them with IB and then use "Write class Files" to get the .m and .h ? or is there a more straight foreward way ? tia Heiko