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 05ae690 commit e67b054Copy full SHA for e67b054
Sources/UIKitBackend/UIKitBackend+Window.swift
@@ -44,6 +44,7 @@ final class RootViewController: UIViewController {
44
addChild(childController)
45
childController.didMove(toParent: self)
46
}
47
+ childWidget = child
48
49
NSLayoutConstraint.activate([
50
child.view.widthAnchor.constraint(equalTo: view.safeAreaLayoutGuide.widthAnchor),
0 commit comments