iOS Question iQBImagePicker : How to check if an Asset already exists in an album?

luc-dev

Member
Licensed User
Longtime User
Hi,

I am starting with iQBImagePicker which is very easy to use. I mainly use it to save pictures to albums and I would like to:
- check whether or not a picture already exists in the album (avoiding to save the same picture twice)
- delete a picture by its UUID

saveImageToAlbum doesn't return the image UUID which could be used to retrieve back the image in the album and I didn't find a way to delete a picture in the iQBImagePicker library.

I started to look at the objc code but couldn't find how I could do that as it seems quite complicated for me :(
 
Top