发现一个组件是否正在显示(或者它是否在后台),是否可能?
每次用户切换屏幕或返回应用程序时(例如,在呼叫后,或按“主页按钮”并返回应用程序),我都需要运行一个方法。
有什么方法可以识别这一点,例如发生这种情况时始终执行的事件或方法?
提前谢谢你们了。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 UIApplicationDelegate 中实现这两个方法:
Implement those 2 methods in the UIApplicationDelegate :