I am trying to find the best way to implement the SplitWindow iPad control. I currently have a table view set as the masterView.
What I want to do is swap out the detailView with a new window or NavigationWindow each time the use selects a new tableview row.
What is the best way to structure my iPad app in order to accomplish this?