You will want to use the [UIImage imageWithContentsOfFile:@""]
method, as that doesn‘t cache images. imageNamed:
caches any images that are loaded through it.
时间: 2024-12-16 14:56:17
You will want to use the [UIImage imageWithContentsOfFile:@""]
method, as that doesn‘t cache images. imageNamed:
caches any images that are loaded through it.