从mutablearray中过滤数据

时间:2018-02-11 06:14:12

标签: ios objective-c nspredicate

我有以下sharedInstance,我目前正致力于sharedData.allComboItems

我想知道怎么能找到ComboItem eachComboItem等于main的地方。

以下方法不起作用。

NSPredicate *comboItemPredicate = [NSPredicate predicateWithFormat:@"eachComboItem == [c]", @"main"];
NSArray *mainItems = [sharedData.allComboItems filteredArrayUsingPredicate:comboItemPredicate];

enter image description here

0 个答案:

没有答案