I have one image that needs to be placed on multiple UIImageView.
I am wondering if there is a way to preserve memory while doing this?
For example, I have a pic file. I can create one UIImage object for this file. If I create several UIImageView and run them with a single UIImage object, will it save memory?
thank
source
share