Is it possible to setup the UISplitViewController to work in landscape mode the same way as it does in portrait? e.g the details view takes the full screen with the master view contained in the popover.
The added complexity my layout has is that the details view on the right is contained within a navigation controller so the one or two examples I've seen of this don't seem to work.
EDIT: I only need full-screen on one of the views in my detail view. It's showing photo's and they want to be able to see them full screen in landscape.