Force UISplitViewController to collapse in iPad portrait?

I have a UISplitViewController that works great in iPad landscape, but I don't like the way it works in portrait, with the half-covered detail view. In portrait I'd like it to work like UINavigationController, as is does on iPhone in compact widths. Is there a way to do this?


Rob

Answered by KMT in 94629022

It might be easier to simply avoid basing that app on a SVC and just create a custom orientation layout scheme of your own.

Accepted Answer

It might be easier to simply avoid basing that app on a SVC and just create a custom orientation layout scheme of your own.

Force UISplitViewController to collapse in iPad portrait?
 
 
Q