views:

127

answers:

0

I want to set an own background CALayer of an layer (or fake it) to make a Flip-effekt of 2 Layers. I know there is this UIView animation called UIModalTransitionStyleFlipHorizontal/Vertical. How is this possible with CALayers/CAAnimation?

Could i overlay 2 Layers and rotate the back layer?

Thank you