advanced code snippet search
yasirmturk on 09/29/11
guid ios
09/29/11 01:42pm
1 person have marked this snippet as a favorite
yasirmturk
+(NSString*)GUIDString { CFUUIDRef theUUID = CFUUIDCreate(NULL); CFStringRef string = CFUUIDCreateString(NULL, theUUID); CFRelease(theUUID); return [(NSString *)string autorelease];}
Report this snippet Tweet
Comment:
You need to login to post a comment.