diff --git a/LBXScanDemo/LBXScanDemo/CreateBarCodeViewController.m b/LBXScanDemo/LBXScanDemo/CreateBarCodeViewController.m index 945ce4f..41372ae 100644 --- a/LBXScanDemo/LBXScanDemo/CreateBarCodeViewController.m +++ b/LBXScanDemo/LBXScanDemo/CreateBarCodeViewController.m @@ -37,7 +37,7 @@ - (void)viewDidLoad { self.edgesForExtendedLayout = UIRectEdgeNone; } self.view.backgroundColor = [UIColor whiteColor]; - + NSLog(@"提交3"); [self showSetttingButton]; } @@ -74,6 +74,7 @@ - (void)viewDidAppear:(BOOL)animated [view addSubview:_qrImgView]; self.qrView = view; + NSLog(@"设置条形码和二维码同时可扫描"); //条形码 self.tView = [[UIView alloc]initWithFrame:CGRectMake( (CGRectGetWidth(self.view.frame)-CGRectGetWidth(self.view.frame)*5/6)/2, diff --git a/LBXScanDemo/LBXScanDemo/DIYScanViewController.m b/LBXScanDemo/LBXScanDemo/DIYScanViewController.m index 769c941..998b642 100644 --- a/LBXScanDemo/LBXScanDemo/DIYScanViewController.m +++ b/LBXScanDemo/LBXScanDemo/DIYScanViewController.m @@ -66,7 +66,7 @@ - (void)popAlertMsgWithScanResult:(NSString*)strResult strResult = @"识别失败"; } - + NSLog(@"提交2"); __weak __typeof(self) weakSelf = self; [LBXAlertAction showAlertWithTitle:@"扫码内容" msg:strResult buttonsStatement:@[@"知道了"] chooseBlock:^(NSInteger buttonIdx) { diff --git a/LBXScanDemo/LBXScanDemo/StyleDIY.m b/LBXScanDemo/LBXScanDemo/StyleDIY.m index dabeba5..640a769 100644 --- a/LBXScanDemo/LBXScanDemo/StyleDIY.m +++ b/LBXScanDemo/LBXScanDemo/StyleDIY.m @@ -44,7 +44,7 @@ + (LBXScanViewStyle*)qqStyle style.notRecoginitonArea = [UIColor colorWithRed:0 green:0 blue:0 alpha:0.6]; - + NSLog(@"提交1"); return style; }