1
votes

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.

1
Look at this Q&A on SO, the same problem, solution is vague.Nick Weaver

1 Answers

1
votes

Why do you need to have a split view then? you can just have a normal view with a toolbar or a navigation bar, with a bar button item, which displays a pop over.