UINavigationItem.as constructor

UINavigationItem.as(
  1. ObjCObject other
)

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

Implementation

UINavigationItem.as(objc.ObjCObject other) : object$ = other {
  assert(isA(object$));
}