Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次用户切换屏幕或返回应用程序时(例如,在通话后,或按下“主页按钮”并返回应用程序),我都需要运行一个方法。
有什么方法可以识别这一点,比如发生这种情况时总是执行的事件或方法?
提前谢谢你们。
在 UIApplicationDelegate 中实现这两个方法:
- (void)applicationDidEnterBackground:(UIApplication *)application - (void)applicationWillEnterForeground:(UIApplication *)application