Documentation

NSUserDefaults categories documentation

All the public Categories which extend NSUserDefaults class.

ETUUID

NSUserDefaults (ETUUID)

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

AuthorsGenerated by qmathe
Declared inETUUID.h

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.