ActionToStepIntegrator

@MainActor
public class ActionToStepIntegrator<VC, C> : IntermediateDestinationStep, InterceptableStepAssembling where VC : UIViewController

Allows to add tasks to the step that is hidden in IntermediateDestinationStep.

Associated types

  • Declaration

    Swift

    public typealias ViewController = VC
  • Declaration

    Swift

    public typealias Context = C

Add a Task to the Step

Available where VC == UIViewController

Available where VC == UINavigationController

Available where VC == UITabBarController