pawello2222 / WidgetExamples

A demo project showing different types of Widgets created with SwiftUI and WidgetKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLImageView Cache images

purgeyao opened this issue · comments

Your example is great, but the URLImageView example can add an image cache, so if it's the same URL, it doesn't load the network

I've added a new example of how to load an image (this time from the TimelineProvider) and I've included cache as well: URLCachedImageWidget.