MCTHandInstructionStepObject

public class MCTHandInstructionStepObject : RSDUIStepObject

The hand instruction step is a custom step that allows adding functionality to the base step to allow using the same step object for both the right and left hand.

  • By default, return the task view controller from the storyboard.

    Declaration

    Swift

    public func instantiateViewController(with parent: RSDPathComponent?) -> (UIViewController & RSDStepController)?