UITableView post 3.0 中的 UITextField 应该自动支持在键盘上方滚动?

发布于 2024-11-16 13:50:03 字数 156 浏览 0 评论 0原文

我认为将文本字段或文本视图添加到滚动视图或表格视图会自动支持在需要时在键盘上方滚动。 是否已失去对此的支持? 我有一个包含文本视图的表视图,以前有此行为,但现在键盘覆盖了该字段? 我创建了另一个测试表来看看我是否搞砸了一些设置,但它也不再支持这一点。 苹果文档说应该在 3.0 之后提供对此的支持。

I thought that adding a textfield or textview to a scrollview or table view automatically supported scrolling above the keyboard when needed.
Has support for this been lost?
I have a table view containing textviews that previously had this behavior but now the keyboard cover the field?
I created another test table to see if I had screwed up some settings but it too no longer has support for this.
The apple docs say that support for this should be provided post 3.0.

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

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

发布评论

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

评论(1

丢了幸福的猪 2024-11-23 13:50:03

我的问题是,当我的类需要成为 UITableViewController 时,它是 UIViewController 的子类。

My problem was that my class was a subclass of UIViewController when it needed to be UITableViewController.

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