zzzla's recent timeline updates
zzzla

zzzla

V2EX member #242311, joined on 2017-07-20 10:44:37 +08:00
zzzla's recent replies
@zj299792458
live photo 在文件夹里面就是同名不同后缀的 IMG_xxxx.(jpg/heic) + IMG_xxxx.mov
[[PHPhotoLibrary sharedPhotoLibrary] performChanges:^{
PHAssetCreationRequest *assetChangeRequest = [PHAssetCreationRequest creationRequestForAsset];
[assetChangeRequest addResourceWithType:PHAssetResourceTypePhoto fileURL:[NSURL fileURLWithPath:imagePath] options:nil];
[assetChangeRequest addResourceWithType:PHAssetResourceTypePairedVideo fileURL:[NSURL fileURLWithPath:videoPath] options:nil];
} completionHandler:^(BOOL success, NSError *error) {
if(completionHandler)
completionHandler(success,error);
}];
同 80 楼 自己手动的话想怎么来就怎么来 也不麻烦
1. 自己新建个 app info.plist 开启 UIFileSharingEnabled
2. 图片丢到 document 里面
3. 遍历所有图片文件,添加到手机相册
同 80 楼 把图片直接
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3322 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 12:30 · PVG 20:30 · LAX 05:30 · JFK 08:30
♥ Do have faith in what you're doing.