From e6e5952fcd1faa1e814f85b7a707759ee25f4a26 Mon Sep 17 00:00:00 2001 From: monkiyang Date: Tue, 10 Dec 2019 13:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=E7=9B=B8=E5=86=8C=E7=9A=84?= =?UTF-8?q?=E6=A8=A1=E6=80=81=E5=91=88=E7=8E=B0=E9=A3=8E=E6=A0=BC=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BAUIModalPresentationFullScreen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LBXScan/UI/LBXScanViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/LBXScan/UI/LBXScanViewController.m b/LBXScan/UI/LBXScanViewController.m index b3b3e1c..7f5e389 100644 --- a/LBXScan/UI/LBXScanViewController.m +++ b/LBXScan/UI/LBXScanViewController.m @@ -362,6 +362,7 @@ - (void)openLocalPhoto:(BOOL)allowsEditing //部分机型有问题 picker.allowsEditing = allowsEditing; + picker.modalPresentationStyle = UIModalPresentationFullScreen; [self presentViewController:picker animated:YES completion:nil]; }