简体   繁体   English

iPhone应用程序的“设置”捆绑中的嵌套多值说明符

[英]Nested multi value specifiers in iPhone app's Settings bundle

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. 我尝试将PSMultiValueSpecifier用于第一组值(第一个屏幕,例如“区域格式”中的语言列表),然后将某些项的值(在Values数组中)再次设置为PSMultiValueSpecifier,但是它不起作用。

Any ideas? 有任何想法吗?

听起来您需要使用PSChildPaneSpecifier: http ://blog.webscale.co.in/?p=274

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM