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