Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nspredicate

Unable to query for date using NSPredicate in Swift

SwiftUI View and @FetchRequest predicate with variable that can change

Can't pass Date to NSPredicate(format: ...) without "as CVarArg"

Multiple NSPredicates for NSFetchRequest in Swift?

swift nspredicate

Can I apply multiple predicates to an NSFetchRequest? Would it be better to manually parse my results?

Using NSPredicate to determine if a string equals another string

NSPredicate - filtering values based on a BOOLEAN stored value

NSFetchedResultsController: changing predicate not working?

How to find beginswith word in a string using NSPredicate?

cocoa nsstring nspredicate

Core Data NSPredicate checking for BOOL value

NSPredicate compare with Integer

Core Data, NSPredicate and to-many key

NSPredicate query for not containing a specific string

ios core-data nspredicate

Combining 'AND' and 'OR' Condition in NSPredicate

ios core-data nspredicate

case insensitive NSPredicate with single result in CoreData

ios core-data nspredicate

Core Data primary key ID for a row in the database

How to search an NSSet or NSArray for an object which has an specific value for an specific property?

iPhone - getting unique values from NSArray object

iphone nsarray nspredicate

How do I set up a NSPredicate to look for objects that have a nil attribute

objective-c nspredicate

NSPredicate that is the equivalent of SQL's LIKE