当将 UIToolBar 设置为 inputAccessoryView 到 UITextField 时隐藏 UIToolBar

发布于 2025-01-05 22:02:45 字数 327 浏览 0 评论 0原文

我已经尝试了 此链接中的一个示例

实际上我尝试过放置一个 uitextfield 并将该工具栏添加为 inputaccessoryview。

当我点击 uitexfield 时,它会显示 uikeyboard,并且顶部添加了该工具栏,这是可以的。 但是在我执行上述操作后,显示在 pickerview 下的工具栏现在被隐藏了......

请让我知道为什么会发生这种情况

I have tried one sample from the this link

Actually what i tried is placed an uitextfield and added that toolbar as inputaccessoryview.

When i tap on the uitexfield, it shows the uikeyboard with that toolbar added on top that is ok.
But the toolbar which was showing under the pickervieew is now get hidden after i did the above thing...

Please let me know why is that happening

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

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

发布评论

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

评论(1

泪痕残 2025-01-12 22:02:45

如果您的意思是您的应用程序在底部有一个工具栏,并且选择器视图/键盘/其他输入视图出现在其顶部,那么这是预期的行为。

例如,看看 mobile safari,当您在页面上的字段中输入文本(例如,SO 答案!)时,键盘会覆盖下部工具栏。不然你打字的时候就会碰到它。

If you mean your app had a toolbar at the bottom, and the picker view/keyboard/other input view appears on top of this, then this is the expected behaviour.

For example, look at mobile safari, when you enter text in a field on the page (like an SO answer, for example!), the keyboard covers the lower toolbar. Otherwise you'd hit it when typing.

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