https://github.com/banchichen/tzscrollviewpopgesture
一句代码,让UIScrollView的滑动和系统侧滑手势并存,例如:在查看地图界面同时支持地图的滑动和侧滑返回。注:和FDFullscreenPopGesture库不冲突
https://github.com/banchichen/tzscrollviewpopgesture
Last synced: 10 months ago
JSON representation
一句代码,让UIScrollView的滑动和系统侧滑手势并存,例如:在查看地图界面同时支持地图的滑动和侧滑返回。注:和FDFullscreenPopGesture库不冲突
- Host: GitHub
- URL: https://github.com/banchichen/tzscrollviewpopgesture
- Owner: banchichen
- License: mit
- Created: 2016-10-05T00:44:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T08:06:51.000Z (almost 9 years ago)
- Last Synced: 2024-12-13T16:29:35.133Z (over 1 year ago)
- Language: Objective-C
- Size: 37.1 KB
- Stars: 240
- Watchers: 12
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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。
更多信息详见代码,也可查看我的博客: [我的博客](http://www.cnblogs.com/tanzhenblog/ "半尺尘 - 博客园")