Closed gmoraleda closed 2 years ago
Hello there. Did you test this also on previous version of iOS (like iOS 15/14)?
Hello there. Did you test this also on previous version of iOS (like iOS 15/14)?
Yes, we are currently using it on an app targeting iOS 14. The windows
property was introduced in iOS 2 I believe.
A long term migration will be stepping out of UIApplication.shared.windows
and adopt UISeceneDelegate
, tho.
The current method to select the rootViewController from the key window was deprecated as of iOS 13. This PR uses the non-deprecated approach.