Skip to content

User Preferences Hooks

nabla-c0d3 edited this page Dec 18, 2012 · 1 revision

NSUserDefaults

Getting Default Values

  • – arrayForKey:
  • – boolForKey:
  • – dataForKey:
  • – dictionaryForKey:
  • – floatForKey:
  • – integerForKey:
  • – stringArrayForKey:
  • – stringForKey:
  • – doubleForKey:
  • – URLForKey:

Setting Default Values

  • – setBool:forKey:
  • – setFloat:forKey:
  • – setInteger:forKey:
  • – setDouble:forKey:
  • – setURL:forKey:

Managing the Search List

  • – dictionaryRepresentation
Clone this wiki locally