Enumerations
The following enumerations are available globally.
-
Value type, that represents action, that
ViewTransitionobject is performing. For example,PushNavigationTransitionis a .show transition type, wherePopNavigationTransitionis a .hide type.- hide: Transition is hiding already shown view
- show: Transition is showing a new, or previously hidden view.
- custom: Transition that is custom and is not directly a show or a hide.
Declaration
Swift
public enum TransitionType
View on GitHub
Install in Dash
Enumerations Reference