iPad SDK。键盘关闭按钮不起作用

发布于 2024-11-18 10:14:20 字数 226 浏览 3 评论 0原文

我的 iPad 应用程序出现问题,当我单击键盘关闭按钮时,没有任何反应。 我不知道是否有什么东西覆盖了它或者它可能是什么。

Ipad Dismis button

当我非常快地单击它时,它会按一次,然后您必须等待一两秒钟才能单击它再次。

在我所有显示键盘的视图中,这个问题在全球范围内发生。

Having a problem with my app for iPad, that when i click the keyboard dismiss button, nothing happens.
I don't know if something is overwriting it or what it could possibly be.

Ipad Dismis button

When i click it really fast it presses once then you have to wait a second or two until you can click it again.

This problem is happening globally in all my views that show the keyboard.

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

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

发布评论

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

评论(1

﹎☆浅夏丿初晴 2024-11-25 10:14:20

可能对你没有帮助,但就我而言,我遇到了同样的问题,只有 uitextviews (这很奇怪)
事实证明我正在使用 ios[redacted] 并尝试使用 mainwindow.xibs 作为我的主窗口,就像我们在旧版 xcode 中所做的那样。

出于某种原因,现在它的工作方式不一样了(也许在故事板之后?),所以你需要放弃你的 mainwindow.xib 并执行代码中的任何设置。
这样做之后我的 uitextviews 工作了。

很奇怪。

might not help you but in my case i had the same problem, only with uitextviews (which is odd)
and it turns out i was using ios[redacted] and was trying to use mainwindow.xibs for my main window like how we would in older xcodes.

some reason this doesnt work the same now(maybe after storyboards?) so you need to ditch your mainwindow.xib and do whatever setup was in there in code.
after doing that my uitextviews worked.

very strange.

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