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(this.ref.pointer, _sel_barHideOnTapGestureRecognizer);
  return UITapGestureRecognizer.castFromPointer(_ret, retain: true, release: true);
}