是否可以在NSCompoundPredicate中包含[NSPredicate predicateWithBlock:]?

时间:2016-04-01 10:02:48

标签: ios objective-c nspredicate nscompoundpredicate

我正在尝试使用包含BlockPredicate的NSCompoundPredicate进行大过滤,但是我收到此错误:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Problem with subpredicate BLOCKPREDICATE(0x19189b60)'

每个谓词通过分离运行非常好,我试图在NSCompoundPredicate中使用我的所有正常谓词创建第一个过滤器,然后使用BlockPredicate过滤数组并运行。

但我的问题是:是否可以在NSCompoundPredicate中结合使用?

0 个答案:

没有答案