As a successor to HPGrowingTextView, NextGrowingTextView was redesigned from scratch to provide the most elegant architecture for iOS 8 and above.
Most autoresizing textviews are implemented with UITextView subclasses. The problem with that approach is that each iOS version changed UITextView’s layout behavior, and so most of the implementations are laden with iOS version-specific workarounds to fix bugs and errant behavior. With NextGrowingTextView, the battle with the framework is now over.
NextGrowingTextView approaches the problem differently by wrapping UITextView within a UIScrollView and aligning the textView to the scrollView’s contentSize.

Leave a Reply
You must be logged in to post a comment.