如何滚动到放置到 UITableView 中的 UITextField
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 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.