Skip to content

Instantly share code, notes, and snippets.

@vinthewrench
Created August 26, 2019 17:36
Show Gist options
  • Save vinthewrench/c5fc398cdfe37d342da18702a7ec8529 to your computer and use it in GitHub Desktop.
Save vinthewrench/c5fc398cdfe37d342da18702a7ec8529 to your computer and use it in GitHub Desktop.
// Setting a tag
cloudTransaction.setTag(fileURL, forNodeID: node.uuid, withIdentifier: "url")
// Getting a tag
let fileURL = cloudTransaction.tag(forNodeID: node.uuid, withIdentifier: "url")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment