NavigationDirection
@objc
public enum NavigationDirection : Int, CustomStringConvertible
Undocumented
-
Navigating forward to the next stage.
Declaration
Swift
case forward
-
Navigating backward to the previous stage.
Declaration
Swift
case backward
-
The initial stage.
Declaration
Swift
case initial
-
Declaration
Swift
public var description: String { get }