萤石云 iOSSDK,移植跨平台相关工程
Davin
2023-06-25 dd29df2e08ac87c878e26513f1b5ae06eae7a6d9
EZSDK/EZSDK/EZ/UIViewControllers/EZSettingViewController.m
@@ -343,7 +343,12 @@
        }];
        __weak __typeof(self)weakSelf = self;
        UIAlertAction *sure=[UIAlertAction actionWithTitle:HDLEZLocallizedString(@"device_temp_sure") style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
            [UIView dd_showMessage:@"功能开发中..."];
            [EZOPENSDK formatStorage:self.deviceInfo.deviceSerial
                        storageIndex:0
                          completion:^(NSError *error) {
                NSLog(@"format command error = %@", error);
                [UIView dd_showMessage:error.description];
            }];
        }];
        [alert addAction:cancle];
        [alert addAction:sure];