Skip to content

Instantly share code, notes, and snippets.

@zbagley
Forked from trilliwon/uiimage-data.swift
Created April 26, 2018 16:21
Show Gist options
  • Save zbagley/6a3666a38c93676be101c296683f031c to your computer and use it in GitHub Desktop.
Save zbagley/6a3666a38c93676be101c296683f031c to your computer and use it in GitHub Desktop.
Swift UIImage to Data, Data to UIImage
var imageData: Data = UIImagePNGRepresentation(image)
var imageUIImage: UIImage = UIImage(data: imageData)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment