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
用的Xcode 7GM,6s模拟器 你一下是不是直接点按左划按钮的的话停止位置太靠下 而且在trueDistance > Common.screenWidth * (Proportion / 3)的基础上,pan手势不同的停止位置会导致leftView的最终停止的y轴位置不一样 你用的都是self.leftViewController.view.center.y 但是在Pan的过程中,这个数是会变的,而且停止的时候保留了这个瞬时值来调用showLeft函数 我试着把doTheAnimate和开始的ViewDidLoad里的leftViewController.view.center.y都定死,但是在Pan的过程中的动画效果还是比较奇怪.. 希望尽早解决哟(゜▽゜)
The text was updated successfully, but these errors were encountered:
4.7 寸和 5.5 寸屏幕左侧的缩放动画确实有偶发性 bug o (╯□╰)o
Sorry, something went wrong.
No branches or pull requests
用的Xcode 7GM,6s模拟器
你一下是不是直接点按左划按钮的的话停止位置太靠下
而且在trueDistance > Common.screenWidth * (Proportion / 3)的基础上,pan手势不同的停止位置会导致leftView的最终停止的y轴位置不一样
你用的都是self.leftViewController.view.center.y 但是在Pan的过程中,这个数是会变的,而且停止的时候保留了这个瞬时值来调用showLeft函数
我试着把doTheAnimate和开始的ViewDidLoad里的leftViewController.view.center.y都定死,但是在Pan的过程中的动画效果还是比较奇怪..
希望尽早解决哟(゜▽゜)
The text was updated successfully, but these errors were encountered: