Skip to content

Instantly share code, notes, and snippets.

@Aakashcs
Created July 16, 2020 00:18
Show Gist options
  • Save Aakashcs/66c0c82f1f40be3fff7dcbe2d695de39 to your computer and use it in GitHub Desktop.
Save Aakashcs/66c0c82f1f40be3fff7dcbe2d695de39 to your computer and use it in GitHub Desktop.
Switch to dark mode in Swift
UIApplication.shared.windows.first?.overrideUserInterfaceStyle = .dark // for Light mode: .light
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment