UISystemAnimation Enum

Definition

An enumeration specifying system animations, i.e., Delete.

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

Fields

Delete 0

Option to remove views from the view hierarchy when the animation completes.

Applies to