iphone image saving
Posted
by kpower
on Stack Overflow
See other posts from Stack Overflow
or by kpower
Published on 2010-04-06T07:00:01Z
Indexed on
2010/04/06
7:03 UTC
Read the original article
Hit count: 436
I can save image to iPhone (iPhone Photo Albums \ Saved Photos) with
UIImageWriteToSavedPhotosAlbum(image, onCompleteTarget, onCompleteSelector, contextInfoToCompleteSelector);
But if there any way to check, if current image was already saved (to save it only once)?
© Stack Overflow or respective owner