NSPredicate
#nspredicate #predicate #filter #%@ #%K
Overview
Subjects
Filtering
%@ => All the data
predicate: NSPredicate(format: "fieldname < %@", "criteria") // filtering less than the criteria
%K %@
Sample Codes
predicate: nil // no filtering
predicate: NSPredicate(format: "fieldname == 'criteria'") // filtering
Sources
Videos
Articles / Documents
See also
Last updated
Was this helpful?