In my iPhone application I am saving an image on Save button click, using the code
UIImageWriteToSavedPhotosAlbum(previewImg.image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);
So, is there any way to delete last saved image through code?