JPGiftManager
JPGiftManager copied to clipboard
快速点击回丢次数
作者你好,快速点击的时候回出现丢次数的情况,请问有优化吗 q2054461
[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
谢谢,确实有这个问题