Showing posts with label CFUUID. Show all posts
Showing posts with label CFUUID. Show all posts

Thursday, October 8, 2009

GUID generalasa iPhone-on

Felmerult ez a kerdes a stackoverflow-n is, ahol a CFUUID object-et ajanlottak illetve ezt a kodreszletet:

+ (NSString *)GetUUID
{
CFUUIDRef theUUID = CFUUIDCreate(NULL);
CFStringRef string = CFUUIDCreateString(NULL, theUUID);
CFRelease(theUUID);
return [(NSString *)string autorelease];
}