
[collectionView performBatchUpdates:^{
[dataArrayremoveObjectAtIndex:indexPath.row];
[collectionViewdeleteItemsAtIndexPaths:@[indexPath]];
}completion:^(BOOLfinished){
[collectionViewreloadData];
}];
[collectionView performBatchUpdates:^{
[dataArrayremoveObjectAtIndex:indexPath.row];
[collectionViewdeleteItemsAtIndexPaths:@[indexPath]];
}completion:^(BOOLfinished){
[collectionViewreloadData];
}];