Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 806 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 806 Bytes

DSGrowingTextView

Description

A general class for making a UITextView growing or scrolling based on number of lines. For example untill say 5 lines increase the text view height according to its text and after it make the scrolling instead. Language: Objective-C

GIF

Installation

Just copy the class Include folder having two classes DSTextView & DSUtility in your project.

Usage

Use the DSTextView class for your text view & assign that class to your text view.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License