0
votes

Is there a better resource than the following link for programming the preference pane for an iPhone app? http://developer.apple.com/iphone/library/documentation/PreferenceSettings/Conceptual/SettingsApplicationSchemaReference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007005

Side question: can the bundle version be automatically picked up from within the Settings.bundle?

2

2 Answers

1
votes

The chapter on Application Preferences in the book Beginning iPhone Development

That chapter is excellent (as is the whole book) for a beginner.