I am trying to do this the most efficient way possible. Think of Apple’s built in address book on the iPhone – that’s what I’m trying to copy here.
One entity, Person, and multiple attributes, but each Person can have one photo.
What is the best way to save a photo for an entity?
Best way for you to save photos or any large data in my opinion is save them to a file and store the file path as string in the core data entity…