提交
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
self.scrollView.showsHorizontalScrollIndicator = NO;
|
||||
self.scrollView.showsVerticalScrollIndicator = NO;
|
||||
self.scrollView.scrollEnabled = YES;
|
||||
self.scrollView.hidden = YES;
|
||||
// self.scrollView.hidden = YES;
|
||||
self.scrollView.decelerationRate = UIScrollViewDecelerationRateFast;
|
||||
[self addSubview:self.scrollView];
|
||||
_itemSpace = 25;
|
||||
@@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
-(void)startLotteryAnimation{
|
||||
self.scrollView.hidden = NO;
|
||||
// self.scrollView.hidden = NO;
|
||||
[self.scrollView setContentOffset:CGPointZero animated:NO];
|
||||
MJWeakSelf
|
||||
[UIView animateWithDuration:6 delay:0 options:UIViewAnimationOptionCurveEaseInOut animations:^{
|
||||
|
||||
Reference in New Issue
Block a user