Enum ViewControllerTransitionIdentifier.TransitionType
The type of transition identifier.
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public enum TransitionType
Fields
Name | Description |
---|---|
Dismissal | A Dismissal transition type describes any transition in which one or more view controllers are dismissed. |
Presentation | A Presentation transition type describes any transition in which one or more view controllers are presented. |
Replacement | A Replacement transition type describes any transition in which one or more view controllers are replaced. For example, a navigation controller's 'SetRoot' transition is a Replacement transition. |