MCTTappingStepObject
public class MCTTappingStepObject : RSDActiveUIStepObject, RSDStepViewControllerVendor
Create a tapping step that will instantiate the tapping result and can load the storyboard view controller.
-
Returns a new instance of a
MCTTappingResultObject
.Declaration
Swift
public override func instantiateStepResult() -> RSDResult
-
By default, returns the task view controller from the storyboard.
Declaration
Swift
public func instantiateViewController(with parent: RSDPathComponent?) -> (UIViewController & RSDStepController)?