Is there any way to check the value updated in a property of a Core Data object with the property values โโin other objects in the collection?
I am currently creating an object with some default values, add it to arrangedObjects
, and then ask the user to change various property values. However, I would like to check a specific property and make sure that there are no other objects in the array with the same value for this property. What is the best way to do this?
Thanks a lot, Dani.
codedog
source share