SyntaxFix
Write A Post
Hire A Developer
Questions
I've uploaded my simple but fast implementation of a Guid class for ObjC here: obj-c GUID
Guid* guid = [Guid randomGuid]; NSLog("%@", guid.description);
It can parse to and from various string formats as well.