Here's how I turned my data into a UIImage.
var myImage: UIImage? = nil
if let imageData = modelEntity.imageData {
myImage = UIImage(data: imageData)
}
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: