suchen

Heim  >  Fragen und Antworten  >  Hauptteil

ios - UICollectionView reloadData 会闪一下

如题,collectionView 采用的FlowLayout。我在每次刷新和加载更多的时候,直接将数据添加到array里面,然后[collectionView reloadData]

但是这样会闪一下,请问如何让它很自然的把新的数据加进去啊

大家讲道理大家讲道理2773 Tage vor692

Antworte allen(2)Ich werde antworten

  • 黄舟

    黄舟2017-04-17 15:46:19

    加个动画试试?

        [UIView animateWithDuration:0.25 animations:^{
            [collectionView reloadData]
        }];

    为工程师推荐兼职,详情点我头像

    Antwort
    0
  • ringa_lee

    ringa_lee2017-04-17 15:46:19

    这里有解决方法:http://blog.csdn.net/ylgwhyh/...

    Antwort
    0
  • StornierenAntwort