Created
April 22, 2023 08:10
-
-
Save MoussaHellal/77b80f809f109bdb58089ab16a94de14 to your computer and use it in GitHub Desktop.
used when app becomes active
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 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