AnyViewController
public protocol AnyViewController
Partial Type Erasure for the ViewController
Each ViewController
is an AnyViewController
-
The type of the View managed by the ViewController
Declaration
Swift
associatedtype V : UIView, ViewControllerModellableView
-
The View managed by the ViewController
Declaration
Swift
var rootView: V { get }