//设置UITextView的内边距

textView.contentInset = UIEdgeInsetsMake(0, 0, 20, 0);

05-11 01:59