Skip to content

Instantly share code, notes, and snippets.

@MarcusSmith
Created February 29, 2016 20:22
Show Gist options
  • Save MarcusSmith/49c82054f4d70152f3ad to your computer and use it in GitHub Desktop.
Save MarcusSmith/49c82054f4d70152f3ad to your computer and use it in GitHub Desktop.
if let asset = record["myImageKey"] as? CKAsset,
data = NSData(contentsOfURL: asset.fileURL),
image = UIImage(data: data)
{
// Do something with the image
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment