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.