Replies: 1 comment 2 replies
-
I'll be looking into this soon. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
UIWindowScene
contains a lot of contextual information about the current window, and SwiftUI currently has no corresponding API to get this environment information. Therefore, I propose to support getting the parentUIWindowScene
from aView
.Code snippets that may be useful:
Beta Was this translation helpful? Give feedback.
All reactions