Challenge: Adding Tags | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/10794954-beginning-core-data/lessons/18

To check for existing tag with provided title, the predicate should be: NSPredicate(format: β€œ%K MATCHES[cd] %@”, β€œtitle”, title)