SkillAgentSearch skills...

RSKGrowingTextView

A light-weight UITextView subclass that automatically grows and shrinks.

Install / Use

/learn @ruslanskorb/RSKGrowingTextView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RSKGrowingTextView Swift 5.7 Swift Package Manager Compatible Cocoapods Compatible Carthage compatible

<p align="center"> <img src="RSKGrowingTextViewExample/RSKGrowingTextViewExample.gif" alt="Sample"> </p>

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

  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

  1. Add the pod RSKGrowingTextView to your Podfile.

    pod 'RSKGrowingTextView'
    
  2. Run pod install from Terminal, then open your app's .xcworkspace file to launch Xcode.

Using Carthage

  1. Add the ruslanskorb/RSKGrowingTextView project to your Cartfile.

    github "ruslanskorb/RSKGrowingTextView"
    
  2. Run carthage update --use-xcframeworks, then follow the additional steps required 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
  • ruslan.skorb@gmail.com

License

This project is available under the Apache License, version 2.0. See the LICENSE file for more info.

Related Skills

View on GitHub
GitHub Stars1.1k
CategoryDevelopment
Updated6d ago
Forks69

Languages

Swift

Security Score

100/100

Audited on Mar 31, 2026

No findings