nicktmro
nicktmro

Reputation: 2288

iPhone app Preferences Reference

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?

Upvotes: 0

Views: 331

Answers (2)

ennuikiller
ennuikiller

Reputation: 46985

The chapter on Application Preferences in the book Beginning iPhone Development

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

Upvotes: 1

Daniel Hepper
Daniel Hepper

Reputation: 29967

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

Upvotes: 0

Related Questions