文件名称:UINavigationController的类别,以启用全屏弹出手势-Swift开发
文件大小:799KB
文件格式:ZIP
更新时间:2024-06-16 00:54:23
Swift Gesture
UINavigationController的类别,用于通过AOP在iOS7 +系统样式中启用全屏弹出手势。 XLPopGesture一个UINavigationController的类别,用于在具有AOP的iOS7 +系统样式中启用全屏弹出手势。 概述设计思想来自FDFullscreenPopGesture和MVVMReactiveCocoa感谢您的分享。 使用AOP,只需添加2个文件,无需任何设置,所有导航控制器将能够自动使用全屏弹出手势。 要禁用视图控制器的弹出手势:viewController.xl_prefersDisablePop = YES; 隐藏视图续的navigationBar
【文件预览】:
XLPopGesture-master
----XLPopGestureDemo()
--------XLPopGestureDemo()
--------XLPopGestureDemo.xcodeproj()
----Snapshots()
--------1.gif(910KB)
----XLPopGesture.podspec(624B)
----LICENSE(1KB)
----XLPopGesture()
--------UINavigationController+XLPopGesture.h(2KB)
--------UINavigationController+XLPopGesture.m(17KB)
----.gitignore(1KB)
----README.md(1KB)