Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pawello2222 committed Oct 4, 2022
1 parent b93e999 commit e7edc05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,14 @@ A demo showcasing how to display a Widget View directly in the parent App.

A Widget that displays the current time (including seconds) as a timer.

### [URLImage Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/URLImageWidget)
### [URL Image Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/URLImageWidget)

A Widget that displays an Image downloaded from an external URL.

### [URL Cached Image Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/URLCachedImageWidget)

A Widget that displays an Image downloaded from an external URL and caches it.

## Notes

Some examples depend on the App Group capability (e.g., [AppGroup Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/AppGroupWidget)) or integrate with the main App (e.g., [Preview Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/PreviewWidget)), so it's recommended to download the whole project to keep the configuration intact.
Expand Down

0 comments on commit e7edc05

Please sign in to comment.