格式化页面文本框添加系统分隔线边框
This commit is contained in:
@@ -36,6 +36,8 @@ class FormatNoteViewController: UIViewController {
|
||||
textView.translatesAutoresizingMaskIntoConstraints = false
|
||||
textView.backgroundColor = .systemBackground
|
||||
textView.layer.cornerRadius = 12
|
||||
textView.layer.borderWidth = 0.5
|
||||
textView.layer.borderColor = UIColor.separator.cgColor
|
||||
textView.layer.masksToBounds = true
|
||||
textView.font = UIFont.preferredFont(forTextStyle: .body)
|
||||
textView.textContainerInset = UIEdgeInsets(top: 12, left: 12, bottom: 12, right: 12)
|
||||
|
||||
Reference in New Issue
Block a user