I have an application where I allow the user to add an image for his account.
I want to know how to save an image (obtained from a camera or photo library) using Core Data strong>, since I can offer a backup tool for the user and will look for the data image to be transmitted to the server.
I came across a constructive proposal to create an Image model object and create a 1-to-1 relationship with a User model object (so that the associated Image object is not called if not required). However, I'm not sure how to practically save the image and whether it is potentially dangerous in terms of performance.
I would appreciate any advice on approach and traps from those who tried to do this.
design iphone image core-data storage
Urizen Jan 18 '10 at 23:41 2010-01-18 23:41
source share