Created
April 22, 2023 08:19
-
-
Save MoussaHellal/dc2621b958110a2425073c583cb01907 to your computer and use it in GitHub Desktop.
Used when app return back to foreground state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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