草庐IT

aTempFriendList

全部标签

iphone - NSPredicate 在数组中排除 "name"

我有这个名称数组(listedName),我想在fbFriends数组中过滤掉并删除它们。我该怎么做?看来我的条款不起作用。//add"names"tolistednamearrayNSMutableArray*aTempFriendList=[[NSMutableArrayalloc]init];for(intn=0;n 最佳答案 应该是@"not(namein%@)"。 关于iphone-NSPredicate在数组中排除"name",我们在StackOverflow上找到一个类似的