From d17e88cc6d00d603d6f08a1ec3064718123a6013 Mon Sep 17 00:00:00 2001 From: Benjamin Pisano Date: Wed, 10 Jul 2019 10:30:51 +0200 Subject: [PATCH 1/3] 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. From 3f4ca83ff1601df51b82284b1160cc0041935cb0 Mon Sep 17 00:00:00 2001 From: Benjamin Pisano Date: Wed, 10 Jul 2019 10:32:59 +0200 Subject: [PATCH 2/3] Fixed readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aaea9a7..510de43 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ and follow me on GitHub: - [PureGenius](#puregenius) - [SwiftUI SideMenu](#SwiftUI-SideMenu) - [SwiftUI Currency App](#SwiftUI-Currency) -- [SwiftUI Weather App](#weather) +- [SwiftUI Weather App](#SwiftUI-Weather) Also include: - Movie @@ -208,13 +208,11 @@ For change state using `@State` as property: [Source](https://github.com/alexliubj/SwiftUI-Currency-Converter) -### Weather +### SwiftUI Weather -[Source](https://github.com/bpisano/Weather) -[Tutorial](https://medium.com/lunabee-studio/building-a-weather-app-with-swiftui-4ec2743ff615) - +[Source](https://github.com/bpisano/Weather) and [Tutorial](https://medium.com/lunabee-studio/building-a-weather-app-with-swiftui-4ec2743ff615) -Medium tutorial + ### Authors From 446975e524aba3d53a6dc49ae35a5d44b3a58fc1 Mon Sep 17 00:00:00 2001 From: Benjamin Pisano Date: Wed, 10 Jul 2019 10:33:52 +0200 Subject: [PATCH 3/3] Fixed readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 510de43..9288d42 100644 --- a/README.md +++ b/README.md @@ -205,14 +205,16 @@ For change state using `@State` as property: ### SwiftUI Currency + [Source](https://github.com/alexliubj/SwiftUI-Currency-Converter) + ### SwiftUI Weather [Source](https://github.com/bpisano/Weather) and [Tutorial](https://medium.com/lunabee-studio/building-a-weather-app-with-swiftui-4ec2743ff615) - + ### Authors