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