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
contextcollection of known UIViewControllers and their protocol facades.
View on GitHub
ControllerConfiguration Protocol Reference