RSDStepDirection public enum RSDStepDirection : Int, Codable The direction of navigation for the steps. reverse go back Declaration Swift case reverse = -1 none initial step Declaration Swift case none = 0 forward go forward Declaration Swift case forward = 1 © 2017-2019 Sage Bionetworks. All rights reserved. Generated by jazzy ♪♫ v0.9.2, a Realm project.