If I Had a Photograph of You (or "How to Cache Images in CocoaTouch")
Posted on Tuesday, Jan 13, 2009 12:00 AM
A quick note. Wanting to cache images in an iPhone app? Load the image using:
[UIImage imageNamed:]
if you use:
[UIImage imageWithContentsOfFile:]
the image will not be cached.