NSPredicate 过滤功能

NSPredicate *resultPredicate = [NSPredicate predicateWithFormat:@"self contains[cd] %@", iconName];

        

        if ([_maIcons filteredArrayUsingPredicate:resultPredicate].count == 0) {

            [_maIcons addObject:iconName];

        }

posted @   NOIP/NOI辅导  Views(159)  Comments(0Edit  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示