UITextView 內邊距設置

//內容縮進爲零(去除左右邊距) textView.textContainer.lineFragmentPadding = 0.0 //去除上下邊距 textView.textContainerInset = .zero
相關文章
相關標籤/搜索