iOS - Possible to get filename, date, etc, from UIImagePickerController Delegate?
I'm wondering if it's possible to get filename, date, and filesize, from the UIImagePickerController Delegate in iOS 4.3? For both video and images?
I did some research on some foru开发者_运维问答ms but couldn't find anything.
I'm not sure you can access file's metadata from UIImagePickerController, but there is AssetsLibrary framework which allows you to access actual image's metadata. Hope this help :D
精彩评论