Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 iPhone 应用程序中,我使用代码在单击“保存”按钮时保存图像
UIImageWriteToSavedPhotosAlbum(previewImg.image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);
那么,有没有办法通过代码删除上次保存的图像呢?
使用UIImageView *photoImageView;显示照片就可以了,然后保存,否则重新拍摄或重新选择照片
UIImageView *photoImageView;
看到这个链接