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 28bc292 commit c475bbcCopy full SHA for c475bbc
Sources/UIKitBackend/UIKitBackend+Window.swift
@@ -61,6 +61,7 @@ final class RootViewController: UIViewController {
61
62
view.addSubview(child.view)
63
child.view.autoresizingMask = [.flexibleWidth, .flexibleHeight]
64
+ child.view.translatesAutoresizingMaskIntoConstraints = false
65
childWidget = child
66
67
// Force layout immediately if view already has bounds
0 commit comments