UIBarButtonItemAppearance.castFrom constructor
UIBarButtonItemAppearance.castFrom(
- ObjCObjectBase other
Constructs a UIBarButtonItemAppearance that points to the same underlying object as other
.
Implementation
UIBarButtonItemAppearance.castFrom(objc.ObjCObjectBase other)
: this._(other.ref.pointer, retain: true, release: true);