Classes
The following classes are available globally.
-
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.
See moreDeclaration
Swift
public class MCTHandInstructionStepObject : RSDUIStepObject
-
A Subclass of RSDFormUIStepObject which uses MCTHandSelectionDataSource.
Declaration
Swift
public class MCTHandSelectionStepObject : RSDFormUIStepObject
-
The object that serves as the data soruce for an MCTHandSelectionStep
See moreDeclaration
Swift
public class MCTHandSelectionDataSource : RSDFormStepDataSourceObject
-
Create a tapping step that will instantiate the tapping result and can load the storyboard view controller.
See moreDeclaration
Swift
public class MCTTappingStepObject : RSDActiveUIStepObject, RSDStepViewControllerVendor
-
The tapping step view controller sets up gesture listeners that are used to track the button taps.
See moreDeclaration
Swift
public class MCTTappingStepViewController : MCTActiveStepViewController