iPad SplitView Multiple Detail View Drill-Down
I hope some of the experts here can help this iOS newbie. What I'm looking to accomplish is a iPad application that uses the split view controller, has multiple detail views (like the apple example). But, I need to load a searchable table into the detail view and drill down to a further final detail view. My plans are to populate the table with a plist.
The problem is using the apple example you can only load uiviewcontrollers, and I can't figure it out to get a navigation controller hooked up to do the drill down.
Much thanks!
|