UINavigationController.as constructor

UINavigationController.as(
  1. ObjCObject other
)

Constructs a UINavigationController that points to the same underlying object as other.

Implementation

UINavigationController.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UINavigationController', iOS: (false, (2, 0, 0)));
  assert(isA(object$));
}