I used the Apple splitview with multiple detail views example. I have several different detail views, some of them have navigationcontrollers, so I can do a pushViewController to push a "settings page" for example. In the xib file I have to specify a specific detailview as the "Class" which happens to be the first detailView. When I run the program I am able to push a new view from the first detail view, but when I navigate away from the view by clicking on another detaiview then go back to the first detailView, the pushsubview doesn't work.
Note:If I do this with just 1 detailviewcontroller this works fine. Something seems to get disconnected when I change to multiple detailviewcontrollers