From a1044ef8e0355f4c53686f845aea834922c6244e Mon Sep 17 00:00:00 2001 From: LEE <18611401994@163.com> Date: Mon, 21 Oct 2024 19:06:37 +0800 Subject: [PATCH] =?UTF-8?q?1.8.0,=20=E5=A2=9E=E5=8A=A0Action=E5=9E=82?= =?UTF-8?q?=E7=9B=B4=E5=B8=83=E5=B1=80=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LEEAlert/LEEAlert.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEEAlert/LEEAlert.m b/LEEAlert/LEEAlert.m index e415c2a..3d17a30 100644 --- a/LEEAlert/LEEAlert.m +++ b/LEEAlert/LEEAlert.m @@ -149,7 +149,7 @@ - (instancetype)init _modelIsQueue = NO; //默认不加入队列 _modelIsContinueQueueDisplay = YES; //默认继续队列显示 _modelIsAvoidKeyboard = YES; //默认闪避键盘 - _modelIsAlertActionVerticalLayout = YES; //默认2个Action时水平布局 + _modelIsAlertActionVerticalLayout = NO; //默认2个Action时水平布局 _modelIsScrollEnabled = YES; //默认可以滑动 _modelIsShowsScrollIndicator = YES; //默认显示滑动指示器