iOS Imported Photos
Posted: Mon Apr 25, 2016 1:36 am
I am working on an iOS project that lets the user import a custom photo from the camera or library. I can manage the import and naming the image. I know that the photos will have to be saved to documents. The imported images will be used on several cards and with different sizes. I have several questions that I can’t find answers.
1. Do I import the photo on each card, and resize dynamically on preOpenCard?
2. Will the imported photo be a reference to the saved photo?
3. Should I delete the photo from each card when going to a different card?
Thanks in advance for your help.
1. Do I import the photo on each card, and resize dynamically on preOpenCard?
2. Will the imported photo be a reference to the saved photo?
3. Should I delete the photo from each card when going to a different card?
Thanks in advance for your help.