I am using CoreData for an iPhone project and I am stuck trying to build a predicate.
My core data entity is
Folder parent - Point to the fol
Why not just grab all Folder entities with kNoSecurity?
kNoSecurity
NSPredicate *pred = [NSPredicate predicateWithFormat:@"secure = %@ ", [NSNumber numberWithInteger:kNoSecurity]];