|
@@ -231,7 +231,7 @@
|
|
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
__weak typeof(self) weakself = self;
|
|
__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) {
|
|
UIAlertAction *action = [UIAlertAction actionWithTitle:@"Ok" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
|
|
|
[weakself dismissViewControllerAnimated:YES completion:nil];
|
|
[weakself dismissViewControllerAnimated:YES completion:nil];
|
|
|
}];
|
|
}];
|