swift UITextView内容距离边框边距设置

des_textView.textContainerInset = UIEdgeInsets(top: 5, left: 10, bottom: 5, right: 10)

设置对应的四个边距的值

原文地址:https://www.cnblogs.com/kunH/p/7229948.html