Contents

NSUserDefaultsController

A controller that accesses user preference information for your app from the user’s defaults database.

Declaration

class NSUserDefaultsController

Overview

NSUserDefaultsController is a Cocoa bindings–compatible controller class. Properties of the shared instance of this class can be bound to user interface elements to access and modify values stored in UserDefaults.

Topics

Obtaining the shared instance

Initializing a user defaults controller

Managing user defaults values

See Also

User Preferences