NextGrowingTextView Save

📝 The next in the generations of 'growing textviews' optimized for iOS 8 and above.

Project README

NextGrowingTextView
(An Essential UI component for input text)

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.

How to use

  1. Create an instance
  2. Add 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

growingTextView.textView

Accessing UILabel for displaying placeholder

growingTextView.placeholderLabel

Requirements

iOS 9.0+ Swift 5.5+

Installation

  • Supports the following:
    • CocoaPods
    • Swift Package Manager

Author

muukii

License

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

FOSSA Status

Open Source Agenda is not affiliated with "NextGrowingTextView" Project. README Source: FluidGroup/NextGrowingTextView
Stars
1,783
Open Issues
30
Last Commit
11 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating