Instance Method
readUserDefaultsValue:
Get the user default value for the given specifier.
Declaration
-(id)readUserDefaultsValue:(PSSpecifier *)specifier;
Parameters
-
specifier
specifier to use to read the value for.
Return Value
An object representing the value for the given specifier.
Related Links
Using User Defaults
-
- setUserDefaultsValue:specifier:
Set the user default value for the given specifier.