Detail views
I would like to make my detail view act like the ones in Address Book and Calendar, where you use the Table View to first display the detail data, and each row has a disclosure arrow. User clicks on it, and the view is swapped out for the actual editable tableview.
I love this format since it keeps the data well focused and grouped. What is the best way to achieve this?
My application consists of a Window level Tab Bar, each tab has a table view that is controlled by navigation controllers. So to drill down...Window -> TabBar Controller -> Navigation Controller -> TableView. I want the detail region to show up when they click "Add" from the navigation view or click on an item in the tableView.
Thanks in advance!
|