UIImages: should I use stored or computed properties? – Ios swift
I haven't thought about it much until today. Basically I'm in a situation in which I have the same UIImage appear multiple times in my ViewControllers, and I'm not sure what the impact is. class MyObjectA{ private(set) var myName: String…