lixiang1994 / LEEAlert

优雅的可自定义 Alert ActionSheet
MIT License
1.3k stars 204 forks source link

关闭弹窗,是否强制,YES or NO 有什么区别? #161

Closed wyk190576528 closed 2 years ago

wyk190576528 commented 2 years ago

[LEEAlert closeWithIdentifier:@"vistorAlertView" force:YES completionBlock:^{

}]; 什么情况该用YES,什么情况该用NO啊?

lixiang1994 commented 2 years ago

对于某些设置了.leeShouldClose(^{ return NO; })的弹窗 可以强行关闭.