You will want to use the [UIImage imageWithContentsOfFile:@""] method, as that doesn't cache images. imageNamed: caches any images that are loaded through it.
[UIImage imageWithContentsOfFile:@""]
imageNamed: