반응형
🔧 Error Message
'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes
UIApplication.shared.windows.filter { $0.isKeyWindow }.first?.rootViewController
🚀 REFERENCE
반응형
댓글