https://github.com/ruslanskorb/rskgrowingtextview
A light-weight UITextView subclass that automatically grows and shrinks.
https://github.com/ruslanskorb/rskgrowingtextview
chat expandable growing grows input shrinks swift textview
Last synced: 2 months ago
JSON representation
A light-weight UITextView subclass that automatically grows and shrinks.
- Host: GitHub
- URL: https://github.com/ruslanskorb/rskgrowingtextview
- Owner: ruslanskorb
- License: apache-2.0
- Created: 2015-11-23T14:56:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T11:01:03.000Z (7 months ago)
- Last Synced: 2025-04-14T02:58:11.635Z (3 months ago)
- Topics: chat, expandable, growing, grows, input, shrinks, swift, textview
- Language: Swift
- Homepage:
- Size: 810 KB
- Stars: 1,073
- Watchers: 20
- Forks: 69
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RSKGrowingTextView [](https://developer.apple.com/swift/) [](https://swift.org/package-manager/) [](https://cocoapods.org) [](https://github.com/Carthage/Carthage)
![]()
A light-weight UITextView subclass that automatically grows and shrinks based on the size of user input and can be constrained by maximum and minimum number of lines.
## Installation
### Using [Swift Package Manager](https://swift.org/package-manager/)
1. To add the `RSKGrowingTextView` package to your Xcode project, select File > Swift Packages > Add Package Dependency and enter the repository URL.
https://github.com/ruslanskorb/RSKGrowingTextView.git### Using [CocoaPods](http://cocoapods.org)
1. Add the pod `RSKGrowingTextView` to your [Podfile](http://guides.cocoapods.org/using/the-podfile.html).
pod 'RSKGrowingTextView'
2. Run `pod install` from Terminal, then open your app's `.xcworkspace` file to launch Xcode.
### Using [Carthage](https://github.com/Carthage/Carthage)
1. Add the `ruslanskorb/RSKGrowingTextView` project to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
github "ruslanskorb/RSKGrowingTextView"
2. Run `carthage update --use-xcframeworks`, then follow the [additional steps required](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the iOS and/or Mac frameworks into your project.
## Demo
Build and run the `RSKGrowingTextViewExample` project in Xcode to see `RSKGrowingTextView` in action.
Have fun. Figure out hooks for customization.## Contact
Ruslan Skorb
- https://github.com/ruslanskorb
- [email protected]## License
This project is available under the Apache License, version 2.0. See the LICENSE file for more info.