Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

返回手势无效的问题 #37

Open
Gaozn opened this issue Nov 14, 2023 · 0 comments
Open

返回手势无效的问题 #37

Gaozn opened this issue Nov 14, 2023 · 0 comments

Comments

@Gaozn
Copy link

Gaozn commented Nov 14, 2023

extension UINavigationController {
// 创建便利构造函数为UINavigationcontroller增加初始化方法
public convenience init(rootVC: UIViewController) {
self.init()
gk_openGestureHandle = true
gk_transitionScale = false
pushViewController(rootVC, animated: true)
}
}
如果不用这个init方法 该怎么实现侧滑返回

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant