• Stars
    star
    236
  • Rank 164,978 (Top 4 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一句代码,让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。
更多信息详见代码,也可查看我的博客: 我的博客