is there any way to resize a View Controller that has been presented modally using a storyboard segue?
how do I present another View Controller from this modal view controller with a flip transition?
If I define it as Style=Modal, Presentation=Default, Transition=Flip Horizontal it just looks weird (background is white).
Thx!