美文网首页
UICollectionView使用scrollToItemAt

UICollectionView使用scrollToItemAt

作者: whoiamwhere | 来源:发表于2021-12-07 16:15 被阅读0次

    在UICollectionView进行reload操作后立即调用scrollToItemAtIndexPath可能会出现失效的问题。

    解决方案:
    方案1.在调用scrollToItemAtIndexPath之前,调用layoutIfNeeded

    方案2.延时操作

    方案3.使用setContentOffset

    相关文章

      网友评论

          本文标题:UICollectionView使用scrollToItemAt

          本文链接:https://www.haomeiwen.com/subject/uhkaxrtx.html