美文网首页
删除数据源中选中的数据

删除数据源中选中的数据

作者: 邓布利多教授 | 来源:发表于2019-04-26 10:36 被阅读0次

    //从数据源中删除选中的数据
    NSPredicate *thePredicate = [NSPredicate predicateWithFormat:@"NOT (SELF in %@)", mutDelete];
    [self.dataSource filterUsingPredicate:thePredicate];

    相关文章

      网友评论

          本文标题:删除数据源中选中的数据

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