I have a view with a subview in it. The subview will contain other views.
When the user clicks on the menu on the left side, the contents of the subview will be switched: the current view will be removed and a new one will be added.
I want to animate this with an effect similar to UIModalTransitionStyleFlipHorizontal. How can I do this, considering that it wont be a modal form (it wont cover the entire screen)?