UIViewAnimationTransition Enum

Definition

An enumeration of predefined animated transitions.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewAnimationTransition
type UIViewAnimationTransition = 
Inheritance
UIViewAnimationTransition
Attributes

Fields

CurlDown 4

A transition that curls a UIView down from the top.

CurlUp 3

A transition that curls a UIView up from the bottom.

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.

None 0

The option for indicating that no transition is specified.

Applies to