Closed PlayingXR closed 6 years ago
TYPagerViewLayout.m 其中 - (void)scrollToItemAtIndex:(NSInteger)index animate:(BOOL)animate 传入animate,但是 [_scrollView setContentOffset:CGPointMake(index * CGRectGetWidth(_scrollView.frame),0) animated:NO]; 写死了
- (void)scrollToItemAtIndex:(NSInteger)index animate:(BOOL)animate
[_scrollView setContentOffset:CGPointMake(index * CGRectGetWidth(_scrollView.frame),0) animated:NO];
故意的
TYPagerViewLayout.m 其中
- (void)scrollToItemAtIndex:(NSInteger)index animate:(BOOL)animate
传入animate,但是[_scrollView setContentOffset:CGPointMake(index * CGRectGetWidth(_scrollView.frame),0) animated:NO];
写死了