File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
1617It 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
3536growingTextView.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
You can’t perform that action at this time.
0 commit comments