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