Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 iPhone 编程的新手。有谁知道如何为使用移动相机拍摄的照片提供自定义名称?之后,图片必须与该名称一起保存在照片库中。
任何人都可以找到解决方案吗?
谢谢
将元数据添加到UIImage。UIImage 的相同元数据可用于了解图像的信息。
请参阅从 UIImage 获取 Exif 数据。
参考UIImagePickerController 并从现有照片中提取 EXIF 数据
你不能这样做。因为iOS用asseturl. 您不能将元数据与照片库中的图像一起添加。而且您只能使用资产库访问照片。
iOS
asseturl