UITextView 内边距设置

//内容缩进为零(去除左右边距) textView.textContainer.lineFragmentPadding = 0.0 //去除上下边距 textView.textContainerInset = .zero
相关文章
相关标签/搜索