Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pawello2222 authored May 25, 2021
1 parent 998251a commit 7ab0824
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
![Language: Swift](https://img.shields.io/badge/language-swift-orange.svg)
![Framework: SwiftUI](https://img.shields.io/badge/framework-swiftui-brightgreen.svg)
<p align="center">
<a href="https://github.com/pawello2222/WidgetExamples"><img src="https://img.shields.io/badge/language-swift-orange.svg" alt="Language"></a>
<a href="https://github.com/pawello2222/WidgetExamples"><img src="https://img.shields.io/badge/platform-iOS-lightgrey" alt="Supported Platform"></a>
<a href="https://github.com/pawello2222/WidgetExamples/releases"><img src="https://img.shields.io/github/v/release/pawello2222/WidgetExamples" alt="Release version"></a>
<a href="https://github.com/pawello2222/WidgetExamples/blob/main/LICENSE"><img src="https://img.shields.io/github/license/pawello2222/WidgetExamples" alt="License"></a>
</p>
<br>

# Widget Examples

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

# Contents
## Contents

### [AppGroup Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/AppGroupWidget)

Expand Down Expand Up @@ -59,3 +64,6 @@ A Widget that displays an Image downloaded from an external URL.

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.

## License

Widget Examples project is available under the MIT license. See the [LICENSE](https://github.com/pawello2222/WidgetExamples/blob/main/LICENSE) file for more info.

0 comments on commit 7ab0824

Please sign in to comment.