Questions tagged [uiwindowscene]
18 questions
0
votes
1 answer
Center the main window of an app in Mac Catalyst
It is possible to set the position on the screen of the app's main Window in UIWindowScene?
I want to center the window of my Mac Catalyst app every time the user open it (instead of appearing in the last position before the app was closed)
I…

BIOS-K
- 146
- 1
- 9
0
votes
2 answers
SwiftUI - Presenting alerts, dialogs from Views
I created an application in SwiftUI.
Views are structs, but I need to know the View Controller because it is needed for presenting some special alerts.
I see that in my project there are AppDelegate, and SceneDelegate.
I found this
let contentView =…

P5music
- 3,197
- 2
- 32
- 81
0
votes
2 answers
How to add a UIView object to the current application window in iOS 13
Here is what I'm trying to do:
When the user clicks a button on the current view controller - I want to present a UIView that takes up the whole screen - status bar and everything - and lies on top of the current view controller stack. Up until iOS…

virajd
- 150
- 1
- 15