tags:

views:

128

answers:

2

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?

+1  A: 

The chapter on Application Preferences in the book Beginning iPhone Development

is excellent (s is the whole book) for a beginner

ennuikiller
A: 

There is a quite comprehensive chapter in the iPhone Application Programming guide:

http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/ApplicationSettings/ApplicationSettings.html

Daniel Hepper