i wonder if its a wise choice to store images with core data into binary property
say i have a collection of movies and i want to save the image dvd cover into a pro
The best method is to store the path to the image in the managed object and then delete the file in the object's prepareForDeletion method.
prepareForDeletion