We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79aa369 + b99e903 commit e5fa87cCopy full SHA for e5fa87c
1 file changed
README.md
@@ -4,6 +4,9 @@ This is a SwiftUI resizing text view for iOS and macOS.
4
5
## Usage
6
7
+You can check how it works using [the Example project](./Example).
8
+These are sample codes from the project:
9
+
10
```swift
11
// Self-sizing automatically (Default)
12
ResizingTextView(text: $text1)
0 commit comments