RSDStepDirection
public enum RSDStepDirection : Int
The direction of navigation for the steps.
-
go back
Declaration
Swift
case reverse = -1
-
initial step
Declaration
Swift
case none = 0
-
go forward
Declaration
Swift
case forward = 1