Reputation: 21
I want to create some settings much like the Mail settings within the Settings app. These allow you to add mail accounts. I want to add accounts in settings for my app and have the new account appear in settings just like the mail app does. I haven't been able to figure out how they did it. How is this done and anyone got a sample plist file they could provide?
Upvotes: 2
Views: 650
Reputation: 25632
You need a settings bundle.
Here is Apple doc for it: http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/ApplicationSettings/ApplicationSettings.html
Upvotes: 1