UIViewController.as constructor
UIViewController.as(
- ObjCObject other
Constructs a UIViewController that points to the same underlying object as other.
Implementation
UIViewController.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}