We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a458e4 commit 3a3fae9Copy full SHA for 3a3fae9
Example/CodeEditTextViewExample/CodeEditTextViewExample/Views/TextViewController.swift
@@ -16,11 +16,11 @@ class TextViewController: NSViewController {
16
textView = TextView(string: string)
17
super.init(nibName: nil, bundle: nil)
18
}
19
-
+
20
required init?(coder: NSCoder) {
21
fatalError("init(coder:) has not been implemented")
22
23
24
override func loadView() {
25
scrollView = NSScrollView()
26
textView.translatesAutoresizingMaskIntoConstraints = false
0 commit comments