Skip to content

Commit 0b9c945

Browse files
authored
Update REDME.md (#104)
* Update README.md * Update README.md
1 parent dd44218 commit 0b9c945

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# NextGrowingTextView - An Essential UI component for input text
1+
# NextGrowingTextView <sub> <br/>(An Essential UI component for input text)</sub>
22

33
|flexible width | fixed width |
44
|---|---|
55
|<img width=200px src="https://user-images.githubusercontent.com/1888355/156420538-76b2d75b-ca50-46f0-b95f-056d2ef30953.gif" />|<img width=200px src="https://user-images.githubusercontent.com/1888355/156420669-f1a8003e-cd43-41c3-b482-7a5baf9d5561.gif" />|
66

77
> 💡
8-
**You want also to need to display a user-interface on top of the keyboard?**
8+
**Displaying the user-interface on top of the keyboard**
99
[muukii/Bureau](https://github.com/muukii/Bureau) enables you to show your user-interface on top of the keyboard in the easiest way.
1010

1111

1212
## How to use
1313

14-
**Create an instance, then adding subview with layout**
14+
1. Create an instance
15+
2. Add subview with layout
1516

1617
It supports AutoLayout completely.
1718

@@ -30,7 +31,7 @@ growingTextView.configuration = .init(
3031
)
3132
```
3233

33-
**Accessing actual UITextView to apply settings in there**
34+
**Accessing actual UITextView to apply settings**
3435
```swift
3536
growingTextView.textView
3637
```
@@ -47,7 +48,7 @@ iOS 9.0+ Swift 5.5+
4748

4849
## Installation
4950

50-
- Supports followings:
51+
- Supports the following:
5152
- CocoaPods
5253
- Swift Package Manager
5354

0 commit comments

Comments
 (0)