CompleteFactory

public struct CompleteFactory<FC> : ContainerFactory, CustomStringConvertible where FC : ContainerFactory

The CompleteFactory instance is used by the CompleteFactoryAssembly as a ContainerFactory to pre-populate the children view controllers instead of the Router.

Associated types

  • Declaration

    Swift

    public typealias ViewController = FC.ViewController
  • Declaration

    Swift

    public typealias Context = FC.Context

Methods