Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

[UNMAINTAINED] An UITextView which grows/shrinks with the text and starts scrolling when the content reaches a certain number of lines. Similar to the one Apple uses in the SMS-app. See blog-post for a small screencast.

License

Notifications You must be signed in to change notification settings

hanspinckaers/GrowingTextView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPGrowingTextView

Multi-line/Autoresizing UITextView similar to SMS-app. The example project also even looks like Apple's version.

Properties

  • int maxNumberOfLines; – Stops growing at this amount of lines.
  • int minNumberOfLines; – Starts growing at this amount of lines.
  • BOOL animateHeightChange; – Animate the growing

For more info, see blogpost: http://www.hanspinckaers.com/multi-line-uitextview-similar-to-sms

About

[UNMAINTAINED] An UITextView which grows/shrinks with the text and starts scrolling when the content reaches a certain number of lines. Similar to the one Apple uses in the SMS-app. See blog-post for a small screencast.

Resources

License

Stars

Watchers

Forks

Packages

No packages published