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
.
-
Declaration
Swift
public typealias ViewController = FC.ViewController
-
Declaration
Swift
public typealias Context = FC.Context
-
Declaration
Swift
public mutating func prepare(with context: FC.Context) throws
-
Declaration
Swift
public func build(with context: FC.Context, integrating coordinator: ChildCoordinator) throws -> FC.ViewController
-
Declaration
Swift
public var description: String { get }