UIBarButtonItemAppearance.as constructor

UIBarButtonItemAppearance.as(
  1. ObjCObject other
)

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

Implementation

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