python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I get the last window using UIWindowScene.windows in iOS 15?
Going off this post which describes how to get the first window - has definitely helped me learned more about this spec, but it wasn't able to get me the solution I need. How to resolve: 'keyWindo...
user15688965
Votes: 0
Answers: 0
UIApplication.shared.windows.first?.rootViewController?.present(alert, animated: true) Deprecated
I am trying to present an alert for password reset link sent through Firebase with this code inside a func, but it says deprecated and my alert is not showing.
Any help to solve?
Thanks!
func resetPas...
Alessandro Bardelle
Votes: 0
Answers: 1
Is there a UIWindow resize event for an IOS app under MacOS on Apple M1
Running an IOS app under MacOS on an Apple M1 processor:
We are looking for a way to be notified when the app's window is resized by the user.
Agam
Votes: 0
Answers: 1
iOS. Interface orientation on launch
I have an app that supports both portrait and landscape.
So in Info.plist / Project Settings I specify both orientations.
In my UIViewController I override supportedInterfaceOrientations to return .la...
Pavel Alexeev
Votes: 0
Answers: 1