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
1.使用xw_pushViewController方法来push页面的话,会导致系统的侧滑返回失效 2.先使用系统push方法推出ViewController1,ViewController2,ViewController3,然后再使用xw_pushViewController方法推出ViewController4(加一个动画比如XWCoolTransitionAnimatorTypeHorizontalLines).然后不断点击返回,返回到ViewController1,所有的pop动画,全都变成了XWCoolTransitionAnimatorTypeHorizontalLines的动画.但是我只想要ViewController4有自定义动画,其他的仍然是系统的动画. 3.自定义的侧滑返回,例如XWCoolTransitionAnimatorTypePortal,侧滑直到动画结束,手指不离开屏幕,继续侧滑,然后手指离开,会闪一下fromViewController 大神有时间的话看下这三个问题哈,谢谢啦
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.使用xw_pushViewController方法来push页面的话,会导致系统的侧滑返回失效
2.先使用系统push方法推出ViewController1,ViewController2,ViewController3,然后再使用xw_pushViewController方法推出ViewController4(加一个动画比如XWCoolTransitionAnimatorTypeHorizontalLines).然后不断点击返回,返回到ViewController1,所有的pop动画,全都变成了XWCoolTransitionAnimatorTypeHorizontalLines的动画.但是我只想要ViewController4有自定义动画,其他的仍然是系统的动画.
3.自定义的侧滑返回,例如XWCoolTransitionAnimatorTypePortal,侧滑直到动画结束,手指不离开屏幕,继续侧滑,然后手指离开,会闪一下fromViewController
大神有时间的话看下这三个问题哈,谢谢啦
The text was updated successfully, but these errors were encountered: