We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[self.rt_navigationController.interactivePopGestureRecognizer addTarget:self action:@selector(onBack:)];
我用这个设置返回,只能获取UIGestureRecognizerStateBegan和UIGestureRecognizerStateEnded,而原生的那个是要么侧滑比较快,要么是过半屏的侧滑返回,有几种方式,一个是hook系统的方法,替换,这个得分析target的方法,并hook,这个不同系统可能会不一样,或者随时被修改。另一种是自己禁用返回,而自己添加一个返回事件。这个比较方便,但对于那个页面到一半得那里,我不知道怎么写。需要研究。
UIGestureRecognizerStateBegan
UIGestureRecognizerStateEnded
The text was updated successfully, but these errors were encountered:
#17 能不能解决你的问题?
Sorry, something went wrong.
请问区别侧滑到宽度的一半啊?
No branches or pull requests
我用这个设置返回,只能获取
UIGestureRecognizerStateBegan
和UIGestureRecognizerStateEnded
,而原生的那个是要么侧滑比较快,要么是过半屏的侧滑返回,有几种方式,一个是hook系统的方法,替换,这个得分析target的方法,并hook,这个不同系统可能会不一样,或者随时被修改。另一种是自己禁用返回,而自己添加一个返回事件。这个比较方便,但对于那个页面到一半得那里,我不知道怎么写。需要研究。The text was updated successfully, but these errors were encountered: