Apple’s WWDC video section says that imageNamed leaked once ... But it doesn’t. I remember seeing the video, but I can’t remember which section of the video. It was in 2010 WWDC, I think ... ImageNamed is still caching images .. With imageNamed documentation ..
This method scans the system caches for the image object using the specified name and returns this object if it exists. If the match image object is not already in the cache, this method loads the image data from the specified file, caches it, and then returns the resulting object.
But I think this cache will be cleared when some low memory condition occurs. Just for your information. I am an avid imageNamed fan and I always use it. I have never had a memory problem.
source share