Skip to content

Instantly share code, notes, and snippets.

@naotokui
Created December 17, 2012 08:15
Show Gist options
  • Save naotokui/4316601 to your computer and use it in GitHub Desktop.
Save naotokui/4316601 to your computer and use it in GitHub Desktop.
How to tell the state of iOS application i.e, background, active, inactive.
if ([UIApplication sharedApplication].applicationState == UIApplicationStateBackground) ...
// UIApplicationStateActive,
// UIApplicationStateInactive,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment