SkillAgentSearch skills...

WLPopByPanGesture

pop by PanGesture

Install / Use

/learn @ilnaw/WLPopByPanGesture
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WLPopByPanGesture

pop by PanGesture

#一句代码实现全屏手势滑动pop


根据J_雨的思路和sunnyxx的思路进行封装


##cocoaPods pod 'WLPopByPanGesture'


##使用 #import "UINavigationController+popGesture.h"

- (void)viewWillAppear:(BOOL)animated
{
	[super viewWillAppear:animated];
	self.navigationController.popGestureAbled = YES;
}

默认全屏滑动手势关闭,与系统自带边缘滑动返回不冲突。

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks1

Languages

Objective-C

Security Score

50/100

Audited on May 20, 2024

No findings