From d5abcdcaee1b321a34f9c329486af9b4aefaf177 Mon Sep 17 00:00:00 2001 From: LEE <18611401994@163.com> Date: Wed, 10 Apr 2024 11:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LEEAlert/LEEAlert.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LEEAlert/LEEAlert.m b/LEEAlert/LEEAlert.m index a28dbf9..2ae4bec 100644 --- a/LEEAlert/LEEAlert.m +++ b/LEEAlert/LEEAlert.m @@ -2041,9 +2041,10 @@ - (void)viewDidLoad{ self.edgesForExtendedLayout = UIRectEdgeNone; self.extendedLayoutIncludesOpaqueBars = NO; - +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" self.automaticallyAdjustsScrollViewInsets = NO; - +#pragma clang diagnostic push if (self.config.modelBackgroundStyle == LEEBackgroundStyleBlur) { self.backgroundVisualEffectView = [[UIVisualEffectView alloc] initWithEffect:nil];