How do i get a date or metadata from a UIImage in this case:
//UIImagePickerControllerSourceType picker.sourceType = UIImagePickerControllerSourceTypePhotoLi
The info dictionary contains a key called "UIImagePickerControllerMediaMetadata" which is another dictionary. Just NSLog allKeys of that to get the date key.