ソースを参照

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];
 }