Skip to content

Instantly share code, notes, and snippets.

@MoussaHellal
Created April 22, 2023 08:19
Show Gist options
  • Save MoussaHellal/dc2621b958110a2425073c583cb01907 to your computer and use it in GitHub Desktop.
Save MoussaHellal/dc2621b958110a2425073c583cb01907 to your computer and use it in GitHub Desktop.
Used when app return back to foreground state
func applicationWillEnterForeground(_ application: UIApplication) {
// It is called when the app is about to enter foreground
// For example, when the user moves back to the app from another app or from the home screen
// You can use this to prepare your application for resuming from the background state
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment