ConcreteContainerAdapter
public protocol ConcreteContainerAdapter : ContainerAdapter
Provides universal properties and methods of the ContainerViewController
instance.
-
Type of
ContainerViewController
Declaration
Swift
associatedtype Container : ContainerViewController
-
Constructor
Declaration
Swift
init(with viewController: Container)