barHideOnTapGestureRecognizer property

UITapGestureRecognizer get barHideOnTapGestureRecognizer

The gesture recognizer used to recognize if the bars will hide or show due to a tap in content. Do not change the delegate or attempt to replace this gesture by overriding this method.

Implementation

UITapGestureRecognizer get barHideOnTapGestureRecognizer {
  objc.checkOsVersionInternal('UINavigationController.barHideOnTapGestureRecognizer', iOS: (false, (8, 0, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_barHideOnTapGestureRecognizer);
  return UITapGestureRecognizer.fromPointer($ret, retain: true, release: true);
}