//从数据源中删除选中的数据
NSPredicate *thePredicate = [NSPredicate predicateWithFormat:@"NOT (SELF in %@)", mutDelete];
[self.dataSource filterUsingPredicate:thePredicate];
//从数据源中删除选中的数据
NSPredicate *thePredicate = [NSPredicate predicateWithFormat:@"NOT (SELF in %@)", mutDelete];
[self.dataSource filterUsingPredicate:thePredicate];
本文标题:删除数据源中选中的数据
本文链接:https://www.haomeiwen.com/subject/uakjbqtx.html
网友评论