Saving a Video to the Photo Library - iPhone SDK
问题 Is there any way for me to save a video in the Documents directory to the Photos Library? I have the link of the video in the documents directory, I just don't know how to save it to the Photos app. Thanks, Kevin 回答1: Use the UISaveVideoAtPathToSavedPhotosAlbum function. 回答2: If you are saving it in a local directory first, then you can save it as.. ALAssetsLibrary *assetLibrary = [[ALAssetsLibrary alloc] init]; [assetLibrary writeVideoAtPathToSavedPhotosAlbum:url completionBlock:^(NSURL