Enumeration: UIViewAnimationTransition

Overview

Specifies a transition to apply to a view in an animation block.

Constant Summary

UIViewAnimationTransitionNone

No transition specified.available in ios 2.0 and later.declared in uiview.h.

UIViewAnimationTransitionFlipFromLeft

A transition that flips a view around a vertical axis from left to right. the left side of the view moves towards the front and right side towards the back.available in ios 2.0 and later.declared in uiview.h.

UIViewAnimationTransitionFlipFromRight

A transition that flips a view around a vertical axis from right to left. the right side of the view moves towards the front and left side towards the back.available in ios 2.0 and later.declared in uiview.h.

UIViewAnimationTransitionCurlUp

A transition that curls a view up from the bottom.available in ios 2.0 and later.declared in uiview.h.

UIViewAnimationTransitionCurlDown

A transition that curls a view down from the top.available in ios 2.0 and later.declared in uiview.h.