문제

I need a help from you, That is I am implementing an application in that I need to call a method once the app resign and becomeActive but it is not working. Is there any way to call a method from our viewController when the device become active.

Thanks in advance. Sekhar Bethalam.

도움이 되었습니까?

해결책

When your VC is created, add an observer for the UIApplicationDidBecomeActive notification (and any others you may wish to react to) and have it perform a selector when it receives that notification on your VC (or some other object you know about at that time).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top