lxy 1 год назад
Родитель
Сommit
fb1cb82ea5

+ 1 - 7
Example/Pods/LenzSDK/LenzCameraNativeModuleForRN/Classes/inner/PCSBaseViewController/PCSBaseViewController.m

@@ -569,13 +569,8 @@
     return _stitchLabel;
 }
 #pragma mark - Private Method
-//+ (instancetype)makeViewController{
-//    UIStoryboard* sb = [UIStoryboard storyboardWithName:[PCSTools shared].mainStoryboardName bundle:[PCSTools sdkBundle]];
-//    return ;
-//}
 - (void)alFullViewAction:(UIButton *)button {
 
-//    self.currentOperationNode.needHiddenDir = !self.currentOperationNode.needHiddenDir;
     if (self.mode == SDK_CAPTURE_MODE_PANORAMA) {
         OperationNodePanorama *pan = nil;
         if ([self.currentOperationNode isKindOfClass:[OperationNodePanorama class]]) {
@@ -647,7 +642,6 @@
     };
     NSMutableArray<NSNumber*>* modeIndiciesTable = [NSMutableArray array];
     
-//    NSMutableDictionary<NSNumber*, NSNumber*>* modes = [NSMutableDictionary dictionary];
 
     NSMutableArray *mutabArray = [NSMutableArray array];
     [arr enumerateObjectsUsingBlock:^(id  _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
@@ -725,7 +719,7 @@
         }
     }];
 
-  sdkParams.modeIndices = [modeIndiciesTable copy];
+   sdkParams.modeIndices = [modeIndiciesTable copy];
 
     [SDKParameters shared].items = mutabArray;
     

+ 1 - 1
LenzSDK.podspec

@@ -8,7 +8,7 @@
 
 Pod::Spec.new do |s|
   s.name             = 'LenzSDK'
-  s.version          = '1.0.5'
+  s.version          = '1.0.6'
   s.summary          = 'A short description of LenzSDK.'
 
 # This description is used to generate tags and improve search results.