An open API service indexing awesome lists of open source software.

https://github.com/banchichen/tzscrollviewpopgesture

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

Last synced: 10 months ago
JSON representation

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

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/ "半尺尘 - 博客园")