소스 검색

Raimage 1.19

iOS 16 barcode release rev1
Ray Zhang 3 년 전
부모
커밋
0bc18a6ccc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      RA Image/RA Image/LoginSettingViewController.m

+ 1 - 1
RA Image/RA Image/LoginSettingViewController.m

@@ -147,7 +147,7 @@
         
         [qrcodeViewController dismissViewControllerAnimated:YES completion:nil];
     };
-    
+    scannerVC.scanType = RAScanTypeQRCode;
     [self presentViewController:scannerVC animated:YES completion:nil];
 }