I am trying to add another UIWindow and make it makeKeyAndVisible above main window. But is appears as sheet (modal) not in fullScreen mode
I've tried to user modalPresentationStyle on viewController and nothing changes.
rootViewController = baseViewController
windowLevel = .alert
backgroundColor = .clear
isOpaque = false
rootViewController?.modalPresentationStyle = .fullScreen