DefaultWireframeAppFactory
open class DefaultWireframeAppFactory : WireframeAppFactory
Undocumented
-
Undocumented
Declaration
Swift
open var wireframeFactory: WireframeFactory -
Undocumented
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
open func makeApp(wireframe: Wireframe? = nil, controllerContainer: ControllerContainer = DefaultControllerContainer()) -> WireframeApp -
Undocumented
Declaration
Swift
open func addDefaultFeatureObserver(application: WireframeApp, controllerContainer: ControllerContainer)
View on GitHub
DefaultWireframeAppFactory Class Reference