Created
February 15, 2018 07:42
-
-
Save ya-s-u/d18948bc2004e9835631bce63e2678a4 to your computer and use it in GitHub Desktop.
AppState
This file contains 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
+------------------------------------------------+ | |
| active | | |
+------------------------------------------------+ | |
^ | | |
| | | |
didBecomeActive willResignActive | |
| | | |
| v | |
+------------------------------------------------+ | |
| inactive | | |
+------------------------------------------------+ | |
^ | | |
| | | |
willEnterForeground didEnterBackground | |
| | | |
| v | |
+------------------------------------------------+ | |
| background | | |
+------------------------------------------------+ | |
| | |
| | |
willTerminate | |
| | |
v | |
+------------------------------------------------+ | |
| terminated | | |
+------------------------------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment