Skip to content

Instantly share code, notes, and snippets.

@Le0nX
Created November 1, 2019 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Le0nX/bfe9cd1376787fd82d28553fd5b4d0b8 to your computer and use it in GitHub Desktop.
Save Le0nX/bfe9cd1376787fd82d28553fd5b4d0b8 to your computer and use it in GitHub Desktop.
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
ThemeManager.setup() // theme settings
return true
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment