interactivePopGestureRecognizer property

UIGestureRecognizer? get interactivePopGestureRecognizer

interactivePopGestureRecognizer

Implementation

UIGestureRecognizer? get interactivePopGestureRecognizer {
  objc.checkOsVersionInternal('UINavigationController.interactivePopGestureRecognizer', iOS: (false, (7, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_interactivePopGestureRecognizer);
  return _ret.address == 0 ? null : UIGestureRecognizer.castFromPointer(_ret, retain: true, release: true);
}