inputAccessoryView property
UIView?
get
inputAccessoryView
inputAccessoryView
Implementation
UIView? get inputAccessoryView {
objc.checkOsVersionInternal('UIResponder.inputAccessoryView', iOS: (false, (3, 2, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_inputAccessoryView);
return _ret.address == 0 ? null : UIView.castFromPointer(_ret, retain: true, release: true);
}