0

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?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Mithun
  • 459
  • 1
  • 10
  • 32

1 Answers1

0

Using UIImageView *photoImageView; show the photo it ok then save else retake or rechoose the photo again

see this link

Bharathi D
  • 953
  • 1
  • 15
  • 28