userInteractionEnabled property

bool get userInteractionEnabled

isUserInteractionEnabled

Implementation

bool get userInteractionEnabled {
  objc.checkOsVersionInternal('UIView.isUserInteractionEnabled', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_isUserInteractionEnabled);
}
set userInteractionEnabled (bool value)

setUserInteractionEnabled:

Implementation

set userInteractionEnabled(bool value) {
  objc.checkOsVersionInternal('UIView.setUserInteractionEnabled:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_1s56lr9(this.ref.pointer, _sel_setUserInteractionEnabled_, value);
}