forkingdog / FDFullscreenPopGesture

A UINavigationController's category to enable fullscreen pop gesture with iOS7+ system style.
MIT License
5.9k stars 1.15k forks source link

自定义pop手势完成的滑动距离 #179

Closed CosmoJulis closed 1 year ago

CosmoJulis commented 6 years ago

为UIViewController(FDFullscreenPopGesture)添加fd_interactivePopTransitionCompletionDistance属性; 在UIViewController的"+load"中, 为Class"_UINavigationInteractiveTransition"注入"fd_handleNavigationTransition"方法, 修改系统默认Pop动画的完成百分比;