UITextView in iOS7 has been really weird. As you type and are entering the last line of your UITextView, the scroll view doesn\'t scroll to the bottom like it should and it
This line causes the last line of text to not show up for me:
textView.scrollEnabled = false
Try removing this and see what happens...