Closed aloow closed 2 years ago
- (IBAction)butTap:(id)sender { [self showTestAlert]; }
-(void)showTestAlert { // 指定窗口弹窗 [LEEAlert alert].config .LeeTitle(@"alert 1") .LeeCancelAction(@"取消", nil) .LeeAction(@"确认", nil) .LeePresentation([LEEPresentation viewController:self.tabBarController]) .LeeIdentifier(@"1") .LeeQueue(YES) // 添加到队列 .LeeShow(); // 指定窗口弹窗 [LEEAlert alert].config .LeeTitle(@"alert 2") .LeeCancelAction(@"取消", nil) .LeeAction(@"确认", nil) .LeePresentation([LEEPresentation viewController:self.tabBarController]) .LeeIdentifier(@"2") .LeeQueue(YES) // 添加到队列 .LeeShow(); } ` https://user-images.githubusercontent.com/13618139/144975696-968afa2b-bc8d-4221-9554-dd67454e075b.mov ``
好的, 我看一下
好的, 我看一下 你好,这个问题有复现吗?下一个更新版本能解决吗。打扰了
已更新至: 1.5.2
感谢🙏🏻