toolTipInteraction property
UIToolTipInteraction?
get
toolTipInteraction
Returns the control's default UIToolTipInteraction.
Implementation
UIToolTipInteraction? get toolTipInteraction {
objc.checkOsVersionInternal('UIControl.toolTipInteraction', iOS: (false, (15, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_toolTipInteraction);
return _ret.address == 0 ? null : UIToolTipInteraction.castFromPointer(_ret, retain: true, release: true);
}