How do I perform operations relating entities in Core Data? These operations will relate data between 2 entities, being type 1 to 1.
I want to relate the image attribute of table 1 to the image path field of table 2.
Example:
Iwouldliketoknowifthiswillcausetheimagefieldoftable1to"save" the value contained in the image path field of table 2 ... or equivalent?
If anyone knows a link to a good tutorial explaining this in detail will be welcome too!