Re: NSPredicate and Arrays

2008-03-31 Thread Keary Suska
on 3/31/08 1:41 PM, [EMAIL PROTECTED] purportedly said: > ArrayOfFoos: > Foo: (Custom Object) > Bars: (NSArray *)Bar: (Custom Object) > Baz = 1 (int Property on custom object) > Bar: > Baz = 3 > ... > Foo:Bars:

NSPredicate and Arrays

2008-03-31 Thread Jake Carter
Hey Guys, I'm trying to use NSPredicate to filter an array. Here's the structure of my array ArrayOfFoos: Foo: (Custom Object) Bars: (NSArray *)Bar: (Custom Object) Baz = 1 (int Property on custom object) Bar: Baz = 3 ...