All Projects → netyouli → WHC_NavigationControllerKit

netyouli / WHC_NavigationControllerKit

Licence: other
Lightweight gesture to return framework (simple, efficient)轻量级手势返回框架(简单,高效)

Programming Languages

objective c
16641 projects - #2 most used programming language

WHC_NavigationControllerKit

联系QQ: 712641411

开发作者: 吴海超

轻量级手势返回框架(力度检测,简单,高效)

最强大自动布局开源库:https://github.com/netyouli/WHC_AutoLayoutKit

1.触摸View任何位置进行手势返回,增强用户体验,提高App逼格

2.增强用户交互体验,添加触摸返回力度检测

3.达到一定触摸力度才执行返回操作避免用户触摸误操作

一行代码集成

ViewController * rootVC = [ViewController new];
WHC_NavigationController * rootNV = [[WHC_NavigationController alloc] initWithRootViewController:rootVC];
/// 该rootNV 队列下所有VC控制器都将支持自定义触摸手势返回Pop操作
/// 其他操作........

使用效果

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].