Documentation

NSUserDefaults categories documentation

All the public Categories which extend NSUserDefaults class.

ETUUID

NSUserDefaults (ETUUID)

AuthorsGenerated by builder
Declared inETUUID.h

Overview

Conveniency methods to easily read and write UUIDs in the default database.


Default

- (ETUUID *) UUIDForKey: (NSString *)aKey

Returns an autoreleased UUID object if the value for aKey is an UUID string representation, otherwise returns nil. Also returns nil if aKey doesn't exist.

    - (void) setUUID: (ETUUID *)aUUID forKey: (NSString *)aKey

    Sets the value as the string representation of aUUID for aKey.