isUserInteractionEnabled property

bool get isUserInteractionEnabled

isUserInteractionEnabled

Implementation

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

setUserInteractionEnabled:

Implementation

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