|
@@ -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;
|
|
|
|