UITextView in iOS7 clips the last line of text string

后端 未结 11 1286
轻奢々
轻奢々 2020-12-04 09:30

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

11条回答
  •  爱一瞬间的悲伤
    2020-12-04 10:04

    This line causes the last line of text to not show up for me:

    textView.scrollEnabled = false
    

    Try removing this and see what happens...

提交回复
热议问题