All Projects → banchichen → Tzscrollviewpopgesture

banchichen / Tzscrollviewpopgesture

Licence: mit
一句代码,让UIScrollView的滑动和系统侧滑手势并存,例如:在查看地图界面同时支持地图的滑动和侧滑返回。注:和FDFullscreenPopGesture库不冲突

TZScrollViewPopGesture

一句代码,让UIScrollView的滑动和系统侧滑手势并存,例如:在查看地图界面同时支持地图的滑动和侧滑返回。注:和FDFullscreenPopGesture库不冲突

一. Installation 安装

  • CocoaPods:pod 'TZScrollViewPopGesture'
  • 手动导入:将TZScrollViewPopGesture文件夹拽入项目中,导入头文件:#import "UINavigationController+TZPopGesture.h"

二. Example 例子

[self tz_addPopGestureToView:scrollView];

三. Requirements 要求

iOS 7 or later. Requires ARC
iOS7及以上系统可使用. ARC环境.

四. More 更多

If you find a bug, please create a issue.
Welcome to pull requests.
More infomation please view code.
如果你发现了bug,请提一个issue。
欢迎给我提pull requests。
更多信息详见代码,也可查看我的博客: 我的博客

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].