From 89e4b394e65c5b649765b44fcba7f9e002639024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Gom=C3=B3=C5=82ka?= Date: Tue, 6 Oct 2020 22:57:34 +0200 Subject: [PATCH] Add MGFlipView project --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 883c29f..cce3570 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ and follow me on GitHub: - [Countdown Film Clutter](#CountdownFilmClutter-SwiftUI) - [SpotlightSearch](#SpotlightSearch) - [Growing text view in SwiftUI](#Growing-text-view-in-SwiftUI) +- [MGFlipView](#MGFlipView) Also include: - Movie @@ -273,6 +274,11 @@ For change state using `@State` as property: +### MGFlipView +[Source](https://github.com/Zaprogramiacz/MGFlipView) + + + ### 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.