退出首选项窗格插件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了退出首选项窗格插件相关的知识,希望对你有一定的参考价值。
If you're writing a preference pane and you'd like to exit back to the main System Preferences view, just use this code.
NSAppleScript *script = [[NSAppleScript alloc] initWithSource:@"tell application "System Preferences" to set show all to true"]; [script executeAndReturnError:nil];
以上是关于退出首选项窗格插件的主要内容,如果未能解决你的问题,请参考以下文章