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.
我有一个主窗口,所有工作都在其中完成。当我打开首选项面板时,只要首选项面板打开,我就想冻结主窗口。例如 iTunes:只要我打开首选项,我就可以与首选项面板进行交互,仅此而已。
有没有一种简单的方法来存档这种行为?
代码:
[NSApp runModalForWindow:theWindow];