I am developing an app that capture and save the photos into the specified photo album. I want to assign an unique identifier to each photo. For example : "pic2;4" . I want to do this, because when I want to retrieve the photos,I want to show some specified information about each photo.
How can I assign a note or something like that to UIImage object?