We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ada99 commit f1ccc59Copy full SHA for f1ccc59
1 file changed
README.md
@@ -41,15 +41,19 @@ Copy `GrowingTextView.swift` into your project.
41
42
## Usage
43
44
-**Programmatically**<br>
+**Example**<br>
45
+
46
+GrowingTextview is just a textview, download the example to see how to use it as a input toolbar like other instant messaging apps.
47
48
+**Using GrowingTextview programmatically**<br>
49
50
```swift
51
let textView = GrowingTextView()
52
textView.delegate = self
53
addSubview(textView)
54
```
55
-**Storyboard**<br>
56
+**Using GrowingTextview in Storyboard**<br>
57
58
1. Drag a TextView into Storyboard.
59
2. Set class to "GrowingTextView".
0 commit comments