NSUserDefaults
Class at a Glance
Overview
Tasks
Constructors
Getting the Shared Instance
Getting a Default
Setting and Removing Defaults
Accessing Managed Environment Keys
Setting and Getting the Search List
Maintaining Persistent Domains
Maintaining Volatile Domains
Registering Defaults
Maintaining Suites
Constructors
Static Methods
resetStandardUserDefaults
standardUserDefaults
Instance Methods
addSuiteNamed
arrayForKey
booleanForKey
dataForKey
dictionaryForKey
dictionaryRepresentation
doubleForKey
floatForKey
integerForKey
longForKey
objectForKey
objectForKeyInDomain
objectIsForcedForKey
objectIsForcedForKeyInDomain
persistentDomainForName
persistentDomainNames
registerDefaults
removeObjectForKey
removeObjectForKeyInDomain
removePersistentDomainForName
removeSuiteNamed
removeVolatileDomainForName
searchList
setBooleanForKey
setDoubleForKey
setFloatForKey
setIntegerForKey
setLongForKey
setObjectForKey
setObjectForKeyInDomain
setPersistentDomainForName
setSearchList
setVolatileDomainForName
stringForKey
synchronize
volatileDomainForName
volatileDomainNames
Constants
Notifications
UserDefaultsDidChangeNotification
Index
Companion Guide
User Defaults Programming Topics for Cocoa