Skip to content

Commit a1044ef

Browse files
committed
1.8.0, 增加Action垂直布局设置
1 parent eee4a5c commit a1044ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LEEAlert/LEEAlert.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ - (instancetype)init
149149
_modelIsQueue = NO; //默认不加入队列
150150
_modelIsContinueQueueDisplay = YES; //默认继续队列显示
151151
_modelIsAvoidKeyboard = YES; //默认闪避键盘
152-
_modelIsAlertActionVerticalLayout = YES; //默认2个Action时水平布局
152+
_modelIsAlertActionVerticalLayout = NO; //默认2个Action时水平布局
153153
_modelIsScrollEnabled = YES; //默认可以滑动
154154
_modelIsShowsScrollIndicator = YES; //默认显示滑动指示器
155155

0 commit comments

Comments
 (0)