iOS完美全屏返回

FDFullscreenPopGesture是百度团队开发和维护的,使用方法十分简单
FDFullscreenPopGesture
1,导入头文件

#import "UINavigationController+FDFullscreenPopGesture.h"

然后在你自己的UINavigationController基类中

self.fd_viewControllerBasedNavigationBarAppearanceEnabled = YES;

这样就已经可以实现全屏侧滑了。
如果某个控制器中不想使用侧滑返回

self.fd_interactivePopDisabled = YES

达成~~


打工是不可能的.gif

你可能感兴趣的:(iOS完美全屏返回)