介绍:

一个 UINavigationController 的分类,支持 iOS7+ 系统样式,全屏的pop gesture

测试环境:Xcode 7, iOS 9。

效果:

IOS FDFullscreenPopGesture_JAVA

 

使用方法:



AOP, just add 2 files and no need for any setups, all navigation controllers will be able to use fullscreen pop gesture automatically.

To disable this pop gesture of a navigation controller:

navigationController.fd_fullscreenPopGestureRecognizer.enabled = NO;

To disable this pop gesture of a view controller:

viewController.fd_interactivePopDisabled = YES;

Require at least iOS 7.0.

https://mp.weixin.qq.com/s/p_ztZRXxB0IU3JRp7MWztw