barHideOnSwipeGestureRecognizer property

UIPanGestureRecognizer get barHideOnSwipeGestureRecognizer

The gesture recognizer that triggers if the bars will hide or show due to a swipe. Do not change the delegate or attempt to replace this gesture by overriding this method.

Implementation

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