UITableView post 3.0 中的 UITextField 应该自动支持在键盘上方滚动?
我认为将文本字段或文本视图添加到滚动视图或表格视图会自动支持在需要时在键盘上方滚动。 是否已失去对此的支持? 我有一个包含文本视图的表视图,以前有此行为,但现在键盘覆盖了该字段? 我创建了另一个测试表来看看我是否搞砸了一些设置,但它也不再支持这一点。 苹果文档说应该在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的问题是,当我的类需要成为 UITableViewController 时,它是 UIViewController 的子类。
My problem was that my class was a subclass of UIViewController when it needed to be UITableViewController.