Is it possible to hack the UIModalTransitionStyleFlipHorizontal to be vertical instead of horizontal?
I would normally use a CATransition to do this, but that method requires inserting the view of one UIViewController into the other one, which results in it not being released properly.
So, is it possible without adding one as a subview of another?