From 66313efb83a80562024d1e47ee8954a613280a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Gom=C3=B3=C5=82ka?= Date: Tue, 22 Oct 2019 13:17:59 +0200 Subject: [PATCH 1/3] Add flip clock project --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e75a5a1..995cb34 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ and follow me on GitHub: - [SwiftUI Weather App](#SwiftUI-Weather) - [DesignCode SwiftUI App](https://github.com/mythxn/DesignCode) - [SwiftUI SlideToOpen](#MTSlideToOpen-SwiftUI) +- [FlipClock][#FlipClock-SwiftUI] Also include: - Movie @@ -228,6 +229,12 @@ For change state using `@State` as property: +### FlipClock-SwiftUI +[Source](https://github.com/elpassion/FlipClock-SwiftUI) + + + + ### 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 b1c2225830a14b0ad186c8bcc7b61f73da24d7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Gom=C3=B3=C5=82ka?= Date: Tue, 22 Oct 2019 13:25:46 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 995cb34..3d6b38b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ and follow me on GitHub: - [SwiftUI Weather App](#SwiftUI-Weather) - [DesignCode SwiftUI App](https://github.com/mythxn/DesignCode) - [SwiftUI SlideToOpen](#MTSlideToOpen-SwiftUI) -- [FlipClock][#FlipClock-SwiftUI] +- [FlipClock-SwiftUI](#FlipClock-SwiftUI) Also include: - Movie From 952f397748362b13b78f7d605c9bcfcaae27ba9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Gom=C3=B3=C5=82ka?= Date: Tue, 22 Oct 2019 13:31:26 +0200 Subject: [PATCH 3/3] Show flip clock preview in table --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d6b38b..301e756 100644 --- a/README.md +++ b/README.md @@ -232,8 +232,9 @@ For change state using `@State` as property: ### FlipClock-SwiftUI [Source](https://github.com/elpassion/FlipClock-SwiftUI) - - +|Light|Dark| +|:-:|:-:| +||| ### Authors