Skip to content

Instantly share code, notes, and snippets.

@MoussaHellal
Created April 22, 2023 08:10
Show Gist options
  • Save MoussaHellal/77b80f809f109bdb58089ab16a94de14 to your computer and use it in GitHub Desktop.
Save MoussaHellal/77b80f809f109bdb58089ab16a94de14 to your computer and use it in GitHub Desktop.
used when app becomes active
func applicationDidBecomeActive(_ application: UIApplication) {
// It is called when the app has become active (in the foreground)
// For example, when a user taps on the app in home screen to launch it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment