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
快速滑动时 因为动画原因 会导致icard 位移,自行修复了一下 在 - (void)dragAction:(UIPanGestureRecognizer *)gestureRecognizer方法中加入了屏蔽操作
在 - (void)afterSwipedCard:(UIView *)card方法中 延时释放userinteraction
但是据反馈 有几率会导致 icard 事件失效 (userinteraction 一直是NO,恢复不了)
The text was updated successfully, but these errors were encountered:
禁用了 userInteractionEnabled?
Sorry, something went wrong.
快速滑动 大小会变化
快速滑动,会使每个card变形,大神修一修吧。测试天天给我提这个bug
No branches or pull requests
快速滑动时 因为动画原因 会导致icard 位移,自行修复了一下
在 - (void)dragAction:(UIPanGestureRecognizer *)gestureRecognizer方法中加入了屏蔽操作
在 - (void)afterSwipedCard:(UIView *)card方法中 延时释放userinteraction
但是据反馈 有几率会导致 icard 事件失效 (userinteraction 一直是NO,恢复不了)
The text was updated successfully, but these errors were encountered: