I want to make a fetchRequest.predicate which checks for both
NSPredicate(format:"commited == %@", "commited") and
NSPredicate(format:"commited == %@", "sold")
Checking the documentation I found compound predicates but I have been unable to get them to compile without errors. Is there a way to do this in Swift3 for IOS 10?
Thanks
Russ