如何从iPhone照片库获取照片信息?
是否可以获取照片库中的完整照片信息,例如保存照片的日期和时间。我发现我们可以使用断言库从照片库中获取所有照片是否有任何类可以获取照片完整信息。
Is it possible to get the complete photo info in photo library like the date and time photo is saved .I found that we can get all photos from photo library using asserts library is there any class that get photo complete info.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用
Assets
库和UIImagePickerController
。我将放置一些代码作为采样器。You need to use
Assets
library andUIImagePickerController
. I'll put some code as sampler.