且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

重置UICollectionView上的滚动

更新时间:2023-02-05 12:05:54

您可以使用此方法滚动到您想要的任何项目:

You can use this method to scroll to any item you want:

- (void)scrollToItemAtIndexPath:(NSIndexPath *)indexPath 
               atScrollPosition:(UICollectionViewScrollPosition)scrollPosition 
                       animated:(BOOL)animated