FinderFactory

public struct FinderFactory<F> : Factory where F : Finder

The StepAssembly transforms a Finder result as a Factory result. It is useful when a UIViewController instance was built inside of the parent ContainerFactory.

Associated types

  • Declaration

    Swift

    public typealias ViewController = F.ViewController
  • Declaration

    Swift

    public typealias Context = F.Context

Properties

Methods