UIAppearance.as constructor
UIAppearance.as(
- ObjCObject other
Constructs a UIAppearance that points to the same underlying object as other.
Implementation
UIAppearance.as(objc.ObjCObject other) : object$ = other;