使用照片库从相机胶卷中拾取后,如何将实时照片保存在文档目录中?我可以使用这种方法获取实时照片
[manager requestLivePhotoForAsset:asset
targetSize:targetSize
contentMode:contentMode
options:option
resultHandler:^(PHLivePhoto * _Nullable livePhoto, NSDictionary *
_Nullable info) {
}];
但是我需要将此PHLivePhoto保存在文档目录中。
最佳答案
我认为您将mov和jpg保存在文档目录中。
关于ios - 如何将实时照片保存在文档目录中?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/46997019/