Share via


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).

public enum UITransitionViewControllerKind
type UITransitionViewControllerKind = 
Inheritance
UITransitionViewControllerKind

Fields

Name Value Description
ToView 0

Specifies a transition to a specified view.

FromView 1

Specifies a transition from a specified view.

Applies to