如何滚动到放置到 UITableView 中的 UITextField

发布于 2024-11-06 14:59:11 字数 399 浏览 0 评论 0原文

我有一个 UIScrollView,顶部有一个 UIImageView 和一个 UITableView。

在 UITableView 的每个单元格中,我放置了一个 UITextField

我想知道如何自动滚动到所选的 UITextField ,这样它就不会在键盘下方

我已经看过这个 让 UITableView 滚动到选定的 UITextField 并避免成为被键盘隐藏,但它不太适合我的情况..

你能帮助我吗?

谢谢你!

I've got an UIScrollView with an UIImageView at the top and an UITableView.

inside every cell of the UITableView I've placed a UITextField

I would like to know how I can automatically scroll to the UITextField selected so that it doesn't go under the keyboard

I've already looked at this Get UITableView to scroll to the selected UITextField and Avoid Being Hidden by Keyboard but it doesn't works very well for my situation..

could you help me?

Thank You!

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

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

发布评论

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

评论(1

尸血腥色 2024-11-13 14:59:11

看看 Matt Gallagher 的精彩滑动 UITextFields 来避开键盘。它应该正是您所需要的。您可以将其修改为仅滚动特定元素,或者保留原样以滚动整个超级视图。

Check out Matt Gallagher's fantastic Sliding UITextFields around to avoid the keyboard. It ought to be just what you need. You can modify it to only scroll a specific element, or just leave it as is to scroll the whole superview.

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