From 4b81d3ca572ebba9908eae15f39d39ed3aef8d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Gom=C3=B3=C5=82ka?= Date: Mon, 13 Apr 2020 21:24:34 +0200 Subject: [PATCH] Add growing text view --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e391ef5..b0076de 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ and follow me on GitHub: - [Currency Converter & Calculator](#transition-and-blur) - [Countdown Film Clutter](#CountdownFilmClutter-SwiftUI) - [SpotlightSearch](#SpotlightSearch) +- [Growing text view in SwiftUI](#Growing-text-view-in-SwiftUI) Also include: - Movie @@ -260,6 +261,10 @@ For change state using `@State` as property: |:-:|:-:| ||| +### Growing text view in SwiftUI +[Source](https://github.com/Zaprogramiacz/GrowingTextView) + + ### Authors