Replies: 1 comment 2 replies
-
I'll be looking into this soon. |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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