RSKGrowingTextView

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.

RSKGrowingTextViewExample

Installation

RSKGrowingTextView requires iOS 7.0 or later.

iOS 7

  1. Drag the code itself (.swift files) to your project. As sadly, Swift currently does not support compiling Frameworks for iOS 7.
  2. Make sure that the files are added to the Target membership.

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, 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.

GitHub