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