• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [iOS] NSUserDefaults best practices
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [iOS] NSUserDefaults best practices


  • Subject: Re: [iOS] NSUserDefaults best practices
  • From: Chris Parker <email@hidden>
  • Date: Sat, 05 Feb 2011 12:24:46 -0800

On 5 Feb 2011, at 4:33 AM, Philip Vallone wrote:

> After some reading I understand that when creating a Settings Bundle for by iOS app, that I need to explicitly set the defaults. I was wondering if anyone had a preference for where you are setting the defaults. For example in the App Delegate.
>
> I decided to use a singleton to set my defaults settings. When the application is launched, I initiate the singleton from the didFinishLaunchingWithOptions in my App Delegate.

Usually, you construct a dictionary plist in your application bundle which contains the key/value pairs you wish to use as your "backstop" defaults. Then, you can read that dictionary from the plist in the bundle on launch and call [[NSUserDefaults standardUserDefaults] registerDefaults:]. This sets up the key/value pairs in the registration domain.

.chris

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: [iOS] NSUserDefaults best practices
      • From: Jerry Krinock <email@hidden>
References: 
 >[iOS] NSUserDefaults best practices (From: Philip Vallone <email@hidden>)

  • Prev by Date: Re: [iOS] NSUserDefaults best practices
  • Next by Date: Re: [iOS] NSUserDefaults best practices
  • Previous by thread: Re: [iOS] NSUserDefaults best practices
  • Next by thread: Re: [iOS] NSUserDefaults best practices
  • Index(es):
    • Date
    • Thread