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
作者你好,快速点击的时候回出现丢次数的情况,请问有优化吗 q2054461
The text was updated successfully, but these errors were encountered:
[UIView animateWithDuration:0.3 animations:^{
self.frame =CGRectMake(0, self.frame.origin.y, self.frame.size.width, self.frame.size.height); self.currentGiftCount = 0; [self setGiftCount:giftModel.defaultCount]; } completion:^(BOOL finished) { }];
需要将进场动画 设置count的数量上移,否者在0.3秒进场之间会有bug
Sorry, something went wrong.
谢谢,确实有这个问题
No branches or pull requests
作者你好,快速点击的时候回出现丢次数的情况,请问有优化吗 q2054461
The text was updated successfully, but these errors were encountered: