UICollectionView使用scrollToItemAt
2021-12-07 本文已影响0人
whoiamwhere
在UICollectionView进行reload操作后立即调用scrollToItemAtIndexPath可能会出现失效的问题。
解决方案:
方案1.在调用scrollToItemAtIndexPath之前,调用layoutIfNeeded
方案2.延时操作
方案3.使用setContentOffset
在UICollectionView进行reload操作后立即调用scrollToItemAtIndexPath可能会出现失效的问题。
解决方案:
方案1.在调用scrollToItemAtIndexPath之前,调用layoutIfNeeded
方案2.延时操作
方案3.使用setContentOffset