GenericStepAssembly

public class GenericStepAssembly<VC, C> : InterceptableStepAssembling where VC : UIViewController

Abstract builder class that helps to create a DestinationStep instance with correct settings.

Associated types

  • Declaration

    Swift

    public typealias ViewController = VC
  • Declaration

    Swift

    public typealias Context = C

Add a Task to the Step