I am working on iOS 8 Photo Library application. I want to delete image from photo library using ALAsset setImageData to nil. But method is not working. Please help me out.
Asked
Active
Viewed 291 times
1
-
Use Photo Kit on iOS 8. – matt Nov 28 '14 at 16:11
-
Please explain what do you mean by "not working". Are you getting an error back via the API, or in the Console, or in the app log? – Thomas Deniau Nov 28 '14 at 16:12
-
It does not delete the image from the photo library. – Muhammad Bilal Nov 30 '14 at 08:03