Share via


UIViewAnimationTransition Enum

Definition

An enumeration of predefined animated transitions.

[ObjCRuntime.Native]
public enum UIViewAnimationTransition
[<ObjCRuntime.Native>]
type UIViewAnimationTransition = 
Inheritance
UIViewAnimationTransition
Attributes

Fields

Name Value Description
None 0

The option for indicating that no transition is specified.

FlipFromLeft 1

A transition that flips a UIView around a vertical axis from left to right. The left moves forward and the right backward.

FlipFromRight 2

A transition that flips a UIView around a vertical axis from right to left The right moves forward and the left backward.

CurlUp 3

A transition that curls a UIView up from the bottom.

CurlDown 4

A transition that curls a UIView down from the top.

Applies to