We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee4a5c commit a1044efCopy full SHA for a1044ef
LEEAlert/LEEAlert.m
@@ -149,7 +149,7 @@ - (instancetype)init
149
_modelIsQueue = NO; //默认不加入队列
150
_modelIsContinueQueueDisplay = YES; //默认继续队列显示
151
_modelIsAvoidKeyboard = YES; //默认闪避键盘
152
- _modelIsAlertActionVerticalLayout = YES; //默认2个Action时水平布局
+ _modelIsAlertActionVerticalLayout = NO; //默认2个Action时水平布局
153
_modelIsScrollEnabled = YES; //默认可以滑动
154
_modelIsShowsScrollIndicator = YES; //默认显示滑动指示器
155
0 commit comments