Enum TransitionSequenceAnimation<TViewController, TContext>.ViewControllerIdentifier
An animation's view controller identifier. Used to populate the TargetViewController.
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public enum ViewControllerIdentifier
Fields
Name | Description |
---|---|
From | The view controller being transitioned from. |
None | Do not automatically target a view controller. |
Owner | The view controller whom owns, or is performing, the transition. |
To | The view controller being transitioned to. |