Three20:TTTableViewController、UITabBar 和 autoresizesForKeyboard 创建间隙

发布于 2024-11-09 22:51:52 字数 194 浏览 4 评论 0原文

当我有一个带有 TTTableViewController 的 UITabBar 且 autoresizesForKeyboard 设置为 YES 时,键盘上方的选项卡栏(可能)的高度存在间隙。

如何解决这个问题?

键盘和表格视图之间的间隙

When I have a UITabBar with a TTTableViewController and a autoresizesForKeyboard set to YES, there's a gap in the height of the Tab Bar (probably) above the keyboard.

How could this be fixed?

Gap between the keyboard and the table view

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

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

发布评论

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

评论(2

莫相离 2024-11-16 22:51:52

我刚刚遇到了同样的问题并找到了解决方案。如果您使用模态视图,您可以调用 self.hidesBottomBarWhenPushed = YES;而且您不会看到任何差异,因为它无论如何都覆盖了选项卡栏,但是当键盘出现时,间隙就消失了:)

I just ran into the same problem and found a solution. If you're using a modal view you can call self.hidesBottomBarWhenPushed = YES; and you won't see any difference as it's covering up the tab bar anyway but when the keyboard appears the gap is gone :)

蓝戈者 2024-11-16 22:51:52

有一个拉取请求可以解决此问题:
https://github.com/facebook/third20/pull/486

我用过应用程序中的修复,它非常适合我。

There's a pull request that fixes this issue:
https://github.com/facebook/three20/pull/486

I've used the fix in an app and it works perfectly for me.

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