How to create a gray UIImage from SF Symbol? – Ios swift
I have a model called Contact with an optional property called imageData of type Data, and a computed property called image of type UIImage that tries to initiate an UIImage from the imageData property, and if imageData is nil then…