Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Created November 24, 2017 15:28
Show Gist options
  • Save pepicrft/08e6dc44f2058b3f18e08c053c49d077 to your computer and use it in GitHub Desktop.
Save pepicrft/08e6dc44f2058b3f18e08c053c49d077 to your computer and use it in GitHub Desktop.
// AppDelegate.swift
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func applicationDidBecomeActive(_ application: UIApplication) {
Services.playback.restoreState()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment