interactions property

NSArray get interactions

interactions

Implementation

objc.NSArray get interactions {
  objc.checkOsVersionInternal('UIView.interactions', iOS: (false, (11, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_interactions);
  return objc.NSArray.castFromPointer(_ret, retain: true, release: true);
}
set interactions (NSArray value)

setInteractions:

Implementation

set interactions(objc.NSArray value) {
  objc.checkOsVersionInternal('UIView.setInteractions:', iOS: (false, (11, 0, 0)));
  _objc_msgSend_xtuoz7(this.ref.pointer, _sel_setInteractions_, value.ref.pointer);
}