-
-
Save zbagley/6a3666a38c93676be101c296683f031c to your computer and use it in GitHub Desktop.
Swift UIImage to Data, Data to UIImage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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