0

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.

Mr.Bug
  • 3
  • 2

1 Answers1

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