Skip to content

Files

Latest commit

bec0e8f · Jan 10, 2021

History

History

NSAlert-Demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 10, 2021
Jan 10, 2021
Jan 10, 2021
Jan 10, 2021

NSAlert-Demo

a demo shows how to use NSAlert

参考:

注意事项:

执行run Modal 会block 主线程 等alert 退出modal 状态之后,主线程恢复运行。 modal 期间,抛给主线程的任务全被block住,等线程恢复之后才继续执行。