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
Just copy the class Include folder having two classes DSTextView & DSUtility in your project.
Use the DSTextView class for your text view & assign that class to your text view.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License