Skip to content

Commit c475bbc

Browse files
author
JWI
committed
a
1 parent 28bc292 commit c475bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/UIKitBackend/UIKitBackend+Window.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ final class RootViewController: UIViewController {
6161

6262
view.addSubview(child.view)
6363
child.view.autoresizingMask = [.flexibleWidth, .flexibleHeight]
64+
child.view.translatesAutoresizingMaskIntoConstraints = false
6465
childWidget = child
6566

6667
// Force layout immediately if view already has bounds

0 commit comments

Comments
 (0)