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 cb39841 commit 2a7b69fCopy full SHA for 2a7b69f
apple/InlineMac/Features/MainWindow/MainWindowView.swift
@@ -1,5 +1,5 @@
1
//
2
-// MainWindowBg.swift
+// MainWindowView.swift
3
// Inline
4
5
// Created by Mohammad Rajabifard on 10/19/25.
@@ -10,7 +10,6 @@ import AppKit
10
class MainWindowView: NSViewController {
11
override func loadView() {
12
view = MainWindowBg()
13
- //view.translatesAutoresizingMaskIntoConstraints = false
14
}
15
16
private var currentViewController: NSViewController?
@@ -30,5 +29,6 @@ class MainWindowView: NSViewController {
30
29
viewController.view.leadingAnchor.constraint(equalTo: view.leadingAnchor),
31
viewController.view.trailingAnchor.constraint(equalTo: view.trailingAnchor),
32
])
+ currentViewController = viewController
33
34
0 commit comments