iOS

集合视图删除单元格

2019-01-19  本文已影响0人  CYC666

[collectionView performBatchUpdates:^{

                [dataArrayremoveObjectAtIndex:indexPath.row];

                [collectionViewdeleteItemsAtIndexPaths:@[indexPath]];

           }completion:^(BOOLfinished){

                [collectionViewreloadData];

           }];

上一篇下一篇

猜你喜欢

热点阅读