检测“Home”何时按下或应用程序恢复(恢复时键盘覆盖视图)

发布于 2024-11-14 23:50:05 字数 166 浏览 5 评论 0 原文

在我的 iPhone 应用程序中,如果用户在键盘抬起时按下主页按钮,然后返回到应用程序,键盘仍然抬起,但我后面的视图隐藏在它后面!

我有一些代码通常会根据需要升高和降低视图,但我不知道在这种情况下如何调用它。如何检测何时按下 Home 以便我可以降低键盘,或如何检测何时恢复应用程序以便我可以升高视图?

In my iPhone app, if the user presses the Home button while the keyboard is up, then returns to the app, the keyboard is still up but my view behind is hidden behind it!

I have some code that normally would rise and lower the view as necessary, but I can't see how to call it in this situation. How can I either detect when Home has been pressed so I can lower the keyboard, or detect when the app has been resumed so that I can rise my view?

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

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

发布评论

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

评论(2

痴情换悲伤 2024-11-21 23:50:05

您的应用程序委托将被发送到 applicationDidEnterBackground: 消息:

在此方法退出之前,您应该执行与调整用户界面相关的任何任务

Your application delegate is sent the applicationDidEnterBackground: message:

You should perform any tasks relating to adjusting your user interface before this method exits

看轻我的陪伴 2024-11-21 23:50:05

您可以检查一些通知并尝试​​这个

you can check with some notification and try this

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