RSDStepViewControllerProtocol
public protocol RSDStepViewControllerProtocol : RSDStepController
Protocol to allow setting the step view controller delegate on a view controller that may not inherit directly from UIViewController.
Note
Any implementation should call the delegate methods during view appearance transitions.-
The step view controller delegate.
Declaration
Swift
weak var delegate: RSDStepViewControllerDelegate?