swift UITextView内容距离边框边距设置
des_textView.textContainerInset = UIEdgeInsets(top: 5, left: 10, bottom: 5, right: 10)
设置对应的四个边距的值
我想留下来陪你生活,故事不要多,精彩就足够
des_textView.textContainerInset = UIEdgeInsets(top: 5, left: 10, bottom: 5, right: 10)
设置对应的四个边距的值