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];
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.