Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pessoal vcs sabem qual o método é disparado quando o app recebe uma interrupção de alarme ou de chamada? #forumCocoaHeads #5

Open
ezefranca opened this issue Jul 1, 2016 · 1 comment

Comments

@ezefranca
Copy link
Member

Pessoal vcs sabem qual o método é disparado quando o app recebe uma interrupção de alarme ou de chamada? #forumCocoaHeads

— Ezequiel França (@ezefranca) July 1, 2016




July 01, 2016 at 11:18AM

ezefranca via Twitter

@barbosa
Copy link
Member

barbosa commented Jul 1, 2016

optional func applicationWillResignActive(_ application: UIApplication)

This method is called to let your app know that it is about to move from the active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the app and it begins the transition to the background state.

https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/#//apple_ref/occ/intfm/UIApplicationDelegate/applicationWillResignActive:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants