Saving images inside iPhone application without using database or server side saving technique
Posted
by bugs_bugs
on Stack Overflow
See other posts from Stack Overflow
or by bugs_bugs
Published on 2010-02-01T13:27:33Z
Indexed on
2010/06/13
11:02 UTC
Read the original article
Hit count: 350
iphone
|uiimageview
Hi Fellas,
I am developing an application which requires saving images in the "saved folder" of iPhone Photo album after performing some animations on ImageViews. Is it possible to save the incomplete images temporarily in the iphone application without using database or server side saving technique, so that user can use it for future use and only completely changed ones should get saved in Photo Album? If yes then it would be a great help to get any code or suggestion.
Thanks in advance :) !!!!
© Stack Overflow or respective owner