I have a database with images stored as blobs and would like to display them in a UiImage. I am able to get the data into my app as a JSON feed and I am able to grab the image data (via print) as follows
[["image": <UIImage: 0x14ea397b0> size {750, 750} orientation 0 scale 1.000000]]
I have no idea how I translate this data back into the UIImage I have on my storyboard