发现一个组件是否正在显示(或者它是否在后台),是否可能?

发布于 2024-09-12 22:26:26 字数 119 浏览 3 评论 0原文

每次用户切换屏幕或返回应用程序时(例如,在呼叫后,或按“主页按钮”并返回应用程序),我都需要运行一个方法。

有什么方法可以识别这一点,例如发生这种情况时始终执行的事件或方法?

提前谢谢你们了。

I need to run a method everytime the user switch the screen or return to the application (after a call, or pressing the "Home Button" and returning to the app, for example).

Is there any way to recognize this, like an event or method that is always executed when this happens?

Thank you guys in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方的韩爷 2024-09-19 22:26:26

在 UIApplicationDelegate 中实现这两个方法:

- (void)applicationDidEnterBackground:(UIApplication *)application

- (void)applicationWillEnterForeground:(UIApplication *)application

Implement those 2 methods in the UIApplicationDelegate :

- (void)applicationDidEnterBackground:(UIApplication *)application

- (void)applicationWillEnterForeground:(UIApplication *)application
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文