im developing an application which works with the creationDate of the images and i would like to know if there is any way to get the creationDate from the images in the camera roll, thanks.
Asked
Active
Viewed 570 times
1 Answers
0
In your
- imagePickerController:didFinishPickingMediaWithInfo:
delegate method, look at the media info. From the Apple Documentation, you can use UIImagePickerControllerMediaMetadata
to get the info about a newly capture photo. If you are working from the Camera Roll, you should refer to this post and the official ALAssetsLibrary
documentation.

Community
- 1
- 1

Laurent Rivard
- 509
- 4
- 13