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