ControllerContainer
public protocol ControllerContainer
Undocumented
-
Undocumented
Declaration
Swift
func addUnretained(controller: UIViewController) -
Undocumented
Declaration
Swift
func remove(controller: UIViewController) -
Undocumented
Declaration
Swift
func getController(matches: (_ controller: UIViewController?) -> Bool) -> UIViewController?
-
add(controller:)Extension methodUndocumented
Declaration
Swift
public func add(controller: UIViewController)
View on GitHub
ControllerContainer Protocol Reference