|
@@ -939,7 +939,7 @@ typedef NS_ENUM(NSInteger, CHOOSETYPE) {
|
|
}
|
|
}
|
|
|
|
|
|
- (void)saveVideo:(NSURL *)fileUrl {
|
|
- (void)saveVideo:(NSURL *)fileUrl {
|
|
- [LOADING_MANAGER showCustomLoading:@"视频保存中..."];
|
|
|
|
|
|
+
|
|
[[TZImageManager manager] saveVideoWithUrl:fileUrl completion:^(PHAsset *asset, NSError *error) {
|
|
[[TZImageManager manager] saveVideoWithUrl:fileUrl completion:^(PHAsset *asset, NSError *error) {
|
|
if (!error) {
|
|
if (!error) {
|
|
dispatch_main_async_safe(^{
|
|
dispatch_main_async_safe(^{
|