Popularity
8.0
Stable
Activity
0.0
Declining
1,782
31
147

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: UI     TextField & TextView    
Latest version: v1.6.1

NextGrowingTextView alternatives and similar libraries

Based on the "TextField & TextView" category.
Alternatively, view NextGrowingTextView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of NextGrowingTextView or a related project?

Add another 'TextField & TextView' Library

README

NextGrowingTextView - An Essential UI component for input text

flexible width fixed width

๐Ÿ’ก
You want also to need to display a 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.

How to use

Create an instance, then adding subview with layout

It supports AutoLayout completely.

let growingTextView = NextGrowingTextView()

Setting up with configuration

growingTextView.configuration = .init(
  minLines: 1,
  maxLines: 10,
  isAutomaticScrollToBottomEnabled: true,
  isFlashScrollIndicatorsEnabled: true
)

Accessing actual UITextView to apply settings in there

growingTextView.textView

Accessing UILabel for displaying placeholder

growingTextView.placeholderLabel

Requirements

iOS 9.0+ Swift 5.5+

Installation

  • Supports followings:
    • CocoaPods
    • Swift Package Manager

Author

muukii

License

NextGrowingTextView is available under the MIT license. See the LICENSE file for more info.

FOSSA Status


*Note that all licence references and agreements mentioned in the NextGrowingTextView README section above are relevant to that project's source code only.