PSMultiValueSpecifier - iPhone SDK +设置包

发布于 2024-08-02 22:09:12 字数 1539 浏览 10 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初相遇 2024-08-09 22:09:12

确保您输入了全部 6 个值:
http://developer.apple.com/iphone /library/documentation/PreferenceSettings/Conceptual/SettingsApplicationSchemaReference/Articles/PSMultiValueSpecifier.html

对于每个值条目,它应该有一个与其相对应的标题条目。

Make sure you have all 6 Values entered for it:
http://developer.apple.com/iphone/library/documentation/PreferenceSettings/Conceptual/SettingsApplicationSchemaReference/Articles/PSMultiValueSpecifier.html

For each Values entry, it should have a Titles Entry corresponding to it.

喜爱纠缠 2024-08-09 22:09:12

如果 PSMultiValueSpecifier 位于顶部/根级别,则以下内容有效:

NSString *urlFromSettings = [[NSUserDefaults standardUserDefaults] stringForKey:@"feed"];

我正在弄清楚为什么它在子窗格中使用时不起作用。

The following works, if the PSMultiValueSpecifier is on the top / root level:

NSString *urlFromSettings = [[NSUserDefaults standardUserDefaults] stringForKey:@"feed"];

I'm on my way to figure out, why it does not work, when used in a child pane.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文