hanspinckaers / GrowingTextView

[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.
http://www.hanspinckaers.com/multi-line-uitextview-similar-to-sms
MIT License
2.05k stars 453 forks source link

textview flicking when input, why? #119

Open mmrobert opened 8 years ago

mmrobert commented 8 years ago

i found if set contentInset.left and contentInset.right to zero, the textview flicking (moving right and left) is gone, some could explain why?