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 0d3e90a commit d656c4eCopy full SHA for d656c4e
src/Core/src/WindowOverlay/WindowOverlay.iOS.cs
@@ -27,6 +27,7 @@ public virtual bool Initialize()
27
28
// Create a passthrough view for holding the canvas and other diagnostics tools.
29
_passthroughView = new PassthroughView(this, platformWindow.RootViewController.View.Frame);
30
+ _passthroughView.AutoresizingMask = UIViewAutoresizing.All;
31
32
_graphicsView = new PlatformGraphicsView(_passthroughView.Frame, this, new DirectRenderer());
33
_graphicsView.AutoresizingMask = UIViewAutoresizing.All;
0 commit comments