Benzoudeliuxing
Results
2
issues of
Benzoudeliuxing
避免重复scrollToItem fix reuse scrollToItem: to mask the bug of inaccurate scroll position ``` collectionView.scrollToItem(at: indexPath, at: scrollPosition, animated: animated) collectionView.scrollToItem(at: indexPath, at: scrollPosition, animated: animated) ``` ``` func scrollToIndexPath( _...