From d17e88cc6d00d603d6f08a1ec3064718123a6013 Mon Sep 17 00:00:00 2001 From: Benjamin Pisano Date: Wed, 10 Jul 2019 10:30:51 +0200 Subject: [PATCH] Updated readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8316a6b..aaea9a7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ and follow me on GitHub: - [PureGenius](#puregenius) - [SwiftUI SideMenu](#SwiftUI-SideMenu) - [SwiftUI Currency App](#SwiftUI-Currency) +- [SwiftUI Weather App](#weather) Also include: - Movie @@ -207,6 +208,14 @@ For change state using `@State` as property: [Source](https://github.com/alexliubj/SwiftUI-Currency-Converter) +### Weather + +[Source](https://github.com/bpisano/Weather) +[Tutorial](https://medium.com/lunabee-studio/building-a-weather-app-with-swiftui-4ec2743ff615) + + +Medium tutorial + ### Authors Thanks for [Jinxiansen](https://github.com/Jinxiansen), [ra1028](https://github.com/ra1028), [timdonnelly](https://github.com/timdonnelly), [TwoLivesLeft](https://github.com/TwoLivesLeft), [devxoul](https://github.com/devxoul), [cmtrounce](https://github.com/cmtrounce), [unixzii](https://github.com/unixzii), [ra1028](https://github.com/ra1028) for examples project.