美文网首页
解决CollectionView reloadData或者rel

解决CollectionView reloadData或者rel

作者: Desert_Eagle | 来源:发表于2018-06-01 16:54 被阅读0次
    [UIView performWithoutAnimation:^{ 
    [self.collectionView reloadSections:[NSIndexSet indexSetWithIndex:4]]; 
    }];
    
    [UIView performWithoutAnimation:^{ 
    [self.collectionView reloadData]; 
    }];
    

    相关文章

      网友评论

          本文标题:解决CollectionView reloadData或者rel

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