UITransitionViewControllerKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
ToView | 0 | Specifies a transition to a specified view. |
FromView | 1 | Specifies a transition from a specified view. |