Browse Source

eSign 1.32

Ray Zhang 9 years ago
parent
commit
8695c63e06

BIN
Ants Contract/AntsContract.xcworkspace/xcuserdata/Ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
common/ScannerViewController.m

@@ -231,7 +231,7 @@
         
     } else {
         __weak typeof(self) weakself = self;
-        UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Warning" message:@"Please goto setting -> privacy -> camera enable RA Image" preferredStyle:UIAlertControllerStyleAlert];
+        UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Warning" message:@"Camera access denied, please change iPad setting, allow App use camara. (setting -> privacy -> camera enable RA Image)" preferredStyle:UIAlertControllerStyleAlert];
         UIAlertAction *action = [UIAlertAction actionWithTitle:@"Ok" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
             [weakself dismissViewControllerAnimated:YES completion:nil];
         }];