AnyViewControllerModellableView
public protocol AnyViewControllerModellableView
type erasure for ViewControllerModellableView in order to access to the viewController property without specifying the VM
-
Syntactic sugar to access the
ViewController
that is managing this View.Declaration
Swift
var viewController: UIViewController? { get set }