Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork149
📝 The next in the generations of 'growing textviews' optimized for iOS 8 and above.
License
FluidGroup/NextGrowingTextView
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
flexible width | fixed width |
---|---|
![]() | ![]() |
💡
Displaying the user-interface on top of the keyboard
muukii/Bureau enables you to show your user-interface on top of the keyboard in the easiest way.
- Create an instance
- Add subview with layout
It supports AutoLayout completely.
letgrowingTextView=NextGrowingTextView()
Setting up with configuration
growingTextView.configuration=.init( minLines:1, maxLines:10, isAutomaticScrollToBottomEnabled:true, isFlashScrollIndicatorsEnabled:true)
Accessing actual UITextView to apply settings
growingTextView.textView
Accessing UILabel for displaying placeholder
growingTextView.placeholderLabel
iOS 9.0+ Swift 5.5+
- Supports the following:
- CocoaPods
- Swift Package Manager
NextGrowingTextView is available under the MIT license. See the LICENSE file for more info.
About
📝 The next in the generations of 'growing textviews' optimized for iOS 8 and above.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.