iPhone 应用程序的“设置”捆绑包中嵌套多值说明符
我正在尝试将嵌套多值说明符添加到我的应用程序的设置包中(类似于设置应用程序中国际设置的“区域格式”部分中所做的操作)。
我尝试使用 PSMultiValueSpecifier 作为第一组值(第一个屏幕,如“区域格式”中的语言列表),然后再次将某些项目的值(在值数组中)设置为 PSMultiValueSpecifier,但它不起作用。
有什么想法吗?
I am trying to add nested multi value specifiers to my app's Settings bundle (something like what is done in the "Region Format" section of the International settings in the Settings app).
I have tried to use a PSMultiValueSpecifier for the first set of values (first screen, like the list of languages in "Region Format") and then setting the value of some of the items (in the Values array) to PSMultiValueSpecifier again, but it doesn't work.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您需要使用 PSChildPaneSpecifier: http://blog.webscale.co.in/? p=274
Sounds like you need to use PSChildPaneSpecifier: http://blog.webscale.co.in/?p=274