ControllerConfiguration
public protocol ControllerConfiguration
Protocol for UIViewControllers that require connections to other UIViewControllers at startup time.
-
Establish connections with other entities in the application.
Declaration
Swift
func establishConnections(_ router: ComponentContainer)
Parameters
context
collection of known UIViewControllers and their protocol facades.