格式化页面文本框添加系统分隔线边框

This commit is contained in:
2026-07-12 21:57:24 +08:00
parent e55f84dd97
commit b31ffc1c83
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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)