UITransitionViewControllerKind Enum

Definition

Enumerates whether a UIViewController for a transition is associated with the "from" UIView or the "to" UIView. Used with GetTransitionViewController(IUIViewControllerTransitionCoordinatorContext, UITransitionViewControllerKind).

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

Fields

FromView 1

Specifies a transition from a specified view.

ToView 0

Specifies a transition to a specified view.

Applies to