滚动条隐藏在键盘后面

发布于 2025-01-06 23:07:00 字数 225 浏览 1 评论 0原文

我有一个带有搜索栏的 UITableViewController 。当我触摸屏幕开始搜索时,我隐藏 UINavigationBar 并显示范围栏搜索以优化空间。

为了使 TableView 不隐藏在键盘和搜索栏后面,我将页眉和页脚及其各自的高度添加到表格中。

一切正常。但滚动条仍然隐藏在搜索栏和键盘后面。

有什么建议来解决这个问题或以其他方式来完成整个机制吗?

I have a UITableViewController with a search bar. When I touch the screen to start the search, I hide the UINavigationBar and show the scope bar search to optimize the space.

For the TableView not hide behind the keyboard and search bar, I add header and footer to the table with their respective heights.

Everything working correctly. But the scroll bar is still hiding behind the search bar and keyboard.

Any suggestions to solve this or some other way to do this whole mechanism?

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

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

发布评论

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

评论(1

幽蝶幻影 2025-01-13 23:07:00

通过减去键盘的高度来调整表格视图框架的大小。

Resize the table view's frame by subtracting the height of the keyboard.

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