- how to write predicate to retrieve only entities which have even property in iphone
- NSPredicate *predicate = [NSPredicate predicateWithFormat:@"(bookPath == %@) AND (bookmarkPageIndex%2!=0)", self.bookPath];
- NSPredicate *predicate = [NSPredicate predicateWithFormat:@"(bookPath == %@) AND (bookmarkPageIndex%2!=0)", self.bookPath];