Enumerations
The following enumerations are available globally.
-
Value type, that represents action, that
ViewTransition
object is performing. For example,PushNavigationTransition
is a .show transition type, wherePopNavigationTransition
is 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