StepsViewControllerDelegate
public protocol StepsViewControllerDelegate : AnyObject
StepsViewControllerDelegate
provides methods for user interactions in a StepsViewController
.
-
Called when the user selects a step in a
StepsViewController
.Declaration
Swift
func stepsViewController(_ viewController: StepsViewController, didSelect legIndex: Int, stepIndex: Int, cell: StepTableViewCell)
-
Called when the user dismisses the
StepsViewController
.Declaration
Swift
func didDismissStepsViewController(_ viewController: StepsViewController)