首页 > 技术文章 > UITextView 显示不全的问题

chenzq12 2017-01-05 14:00 原文

 

 //设置UITextView的内边距 

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

推荐阅读