I am considering using sprites for an image heavy game.
I'm trying to determine whether any extra memory is allocated when sharing a single UIImage between image views. I ran a test by creating 40 image views, once with a single image and once by creating 40 image instances and they appeared to use the same amount of memory.
If extra memory is allocated per image view using a single image, what's the use of using sprites?