Skip to content

Instantly share code, notes, and snippets.

@robnadin
Last active August 24, 2016 14:55
Show Gist options
  • Save robnadin/885dfc2c5747146582a6008ef2891d36 to your computer and use it in GitHub Desktop.
Save robnadin/885dfc2c5747146582a6008ef2891d36 to your computer and use it in GitHub Desktop.
extension NSUUID {
static var zero: NSUUID {
var bytes = [UInt8](count: 16, repeatedValue: 0)
return NSUUID(UUIDBytes: &bytes)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment