A UINavigationController's category to enable fullscreen pop gesture with iOS7+ system style.
网址:https://github.com/forkingdog/FDFullscreenPopGesture
pod 'FDFullscreenPopGesture', '1.1'
使用此弹出姿态的导航控制器navigationController:
navigationController.fd_fullscreenPopGestureRecognizer.enabled = YES;
使用此弹出姿态的控制器viewController:
viewController.fd_interactivePopDisabled = YES;
如图所示:
demo 1038388-c0ad93f0171c4644.jpeg或者加微信拉群
1038388-d4a7c84ea2ee65fc.jpeg
网友评论