You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UIApplication windows are depreciated therefore UIApplication.shared.windows.first?.overrideUserInterfaceStyle = [.dark, .light, .system]
is not going to work.
UIApplication windows are depreciated therefore
UIApplication.shared.windows.first?.overrideUserInterfaceStyle = [.dark, .light, .system]is not going to work.