views:

38

answers:

1

UITextView adds a little extra space to the bottom of the text. This isn't an extra line of text, but space that effects scrolling.

Is there any way to remove this space? I have attempted to use contentInset, contentOffset and contentSize but they all seem to have no effect.

+1  A: 

I found a very good solution at http://www.hanspinckaers.com/multi-line-uitextview-similar-to-sms.

David Beck