iOS Reference Library Apple Developer
Search

Child Pane Element

Table 1 lists the keys that may be placed in a dictionary that is associated with the PSChildPaneSpecifier type. This element displays a preferences row, that when tapped loads a new page of preferences. You can use this element type to build hierarchical pages of preferences.

Table 1  Keys for the PSChildPaneSpecifier dictionary

Key

Type

Value

Type (required)

String

The value of this key is always set to PSChildPaneSpecifier.

This key is required.

Title (required, localized)

String

The title string displayed in the preference row. This is the string the user taps to display the next page. This string is also used as the title of the screen that is subsequently displayed.

This key is required. The value of this key is localizable.

File (required)

String

The name of the schema file to load. (This file must be a property list file.) The string you specify for this key should not contain path information or the .plist filename extension of your schema file. The Settings application looks in the top-level of your settings bundle for a .plist file with the specified name. For example, if you had a MyPrefs.plist file, you would assign the value MyPrefs to this key. This key is required.




Last updated: 2010-04-27

Did this document help you? Yes It's good, but... Not helpful...