Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能让 NSWindow 像警报面板一样阻止我的应用程序中的所有内容,以便在关闭之前它是关键窗口?
警报是一个简单的模式窗口,您可以使用
[NSApp runModalForWindow: myNSWindow];