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: 412

Filed under:
|
|

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

Related posts about iphone

Related posts about objective-c