Re: Invalidating UIImageView's image cache

2020-09-22 Thread Eric Lee via Cocoa-dev
>> On Sep 22, 2020, at 1:46 PM, Eric Lee via Cocoa-dev >> wrote: >> >>> I don't have a good answer, but I think this may be more that UIImage >>> caches the images, not UIImageView. Maybe you can find something in >>> UIImage's docs/headers? >>

Re: Invalidating UIImageView's image cache

2020-09-22 Thread Eric Lee via Cocoa-dev
> I don't have a good answer, but I think this may be more that UIImage caches > the images, not UIImageView. Maybe you can find something in UIImage's > docs/headers? I think you may be on to something. This WWDC session covers