vote up 4 vote down star
2

Several of the Apple-provided apps have informational/help text in their settings. For example, the Keyboard settings shows:

Screenshot of Keyboard settings

which includes the help text "Double tapping the space bar will...".

I know I can do this in my app by adding a group footer, but is it possible to do this in the settings app by adding a field to the plist file in my Settings.bundle?

flag

2 Answers

vote up 3 vote down check

The way I do it, and the way I have seen other third parties apps do it is just to use an informative Title as a PSGroupSpecifier

I have only seen the native Apple apps do it in this other, slightly nicer way. I expect the ability is buried deep in the undocumented regions of the SDK.

link|flag
vote up 2 vote down

No, 100% sure.

link|flag
I'm inclined to believe you, but it would be useful for others if you provided some more detail to back up your assertion. Thanks! – Frank Szczerba May 3 at 15:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.