划落永恒
Results
2
comments of
划落永恒
The problem persisted after the restart
> 替换成这个方法 - (void)makeScrollViewScrollToIndex:(NSInteger)index{ if (self.autoScroll) { [self invalidateTimer]; } if (0 == _totalItemsCount) return; if (self.infiniteLoop) { [self scrollToIndex:(int)(_totalItemsCount * 0.5 + index)]; }else{ [self scrollToIndex:(int)index]; } if (self.autoScroll)...