美文网首页
更新TableView和CollectionView的状态

更新TableView和CollectionView的状态

作者: SSBun | 来源:发表于2016-08-29 14:20 被阅读142次

    __ TableView __

    [tableView beginUpdates];
    [tableView endUpdates];
    

    __ CollectionView __

    [collectionView performBatchUpdates:nil completion:nil];
    

    借此可以实现在不刷新视图的情况下,更新视图的布局

    相关文章

      网友评论

          本文标题:更新TableView和CollectionView的状态

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