When a user picks a photo from an iPhone’s camera roll, I can access the photo’s date and time information.
How can I get the date information from an arbitrary UIImage or a picture in Cocoa Touch?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In iOS 4 you can use the UIImagePickerControllerMediaMetadata to fetch the data. There’s some Example Code by Apple. The answers to this question might help as well.