1. 程式人生 > >iOS TextView自動滾動到最後一行

iOS TextView自動滾動到最後一行

[_textView scrollRectToVisible:CGRectMake(0, _textView.contentSize.height-15, _textView.contentSize.width, 10) animated:YES];