How to save multiple UIImage to a file iPad

Posted by aron on Stack Overflow See other posts from Stack Overflow or by aron
Published on 2010-06-08T07:16:09Z Indexed on 2010/06/08 7:42 UTC
Read the original article Hit count: 166

Filed under:
|
|
|

I have a PDF reader that displays pages of the document. What I want to do is allow the user to draw over the PDF in a transparent view. Then I want to save the drawing (UIImage) to disk. If at all possible, I don't want to have the documents folder filled with files like documentName_page01.png, documentName_page02.png for every page that is drawn over.

However, I can't figure out how to store these UIImages into a single file without it becoming unwieldy and memory intensive.

Any ideas appreciated.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about file