I am new to iPhone programming. Does anyone know how to give custom name to a picture which was taken using the mobile camera? After that the picture has to be saved along with that name in the photo gallery.
Can anyone figure out a solution for this?
Thanks
Add MetaData to UIImage. Same metadata of UIImage can be used to know images’s information.
Refer Get Exif data from UIImage.
Refer UIImagePickerController and extracting EXIF data from existing photos