Where can I find a list of available core animation transition types?
For example, there is ‘UIViewAnimationTransitionFlipFromRight’ but where can I find what the other ones are called?
Where can I find a list of available core animation transition types? For example,
Share
They are defined at UIViewAnimationTransition section of UIView Class Reference.