我想从照片库中删除图像或替换裁剪的图像而不是原始图像。在iphone中可以吗?
问问题
1703 次
1 回答
4
您不能允许删除PhotoLibrary
通过代码的任何图像,您可以通过直接在 PhotoLibrary 应用程序中到达那里来执行此操作。
这是由 Apple 限制完成的。请参阅 Apple 文档的几行关于此的内容。
To save a still image to the user’s Saved Photos album, use the UIImageWriteToSavedPhotosAlbum function. To save a movie to the user’s Saved Photos album, use the UISaveVideoAtPathToSavedPhotosAlbum function.
于 2012-11-17T06:50:04.160 回答