collectionView/tableview刷新时关闭动画无效

collectionView/tableview reloadSections/reloaddata时去掉动画无效时可以尝试使用

[UIView performWithoutAnimation:^{
    [_collectionView reloadSections:[NSIndexSet indexSetWithIndex:2]];
    //刷新操作
 }];
posted @ 2016-10-27 19:50  levyleo  阅读(1633)  评论(0编辑  收藏  举报