iPhone 中的 UIScrollView 和键盘问题
让我们看看:我必须使用几个文本字段来查看每个内容。
一个是定期构建的,另一个有更多的文本和组件,所以我添加了一个卷轴,它可以工作(有点)。问题是,现在,当我触摸其中一个文本字段时,键盘会出现并隐藏组件,它不会像在没有滚动的常规视图中那样“自然”滚动(在那里,你知道,键盘出现并且视图“移动”以显示活动文本字段)。
那么我怎样才能从我的卷轴中实现这一点呢?
我希望我已经说清楚了,我是一个 iOS 新手。
Let's see: i have to views each with a couple of textfields.
One was built regularly, the other one has more textfieds and components so i added a scroll, which works (sorta). The problem is that, now, when i touch one of the text fields the keyboard appears and it hides the components, it doesn't scroll "naturaly" like in the regular view with no scroll (there, you know, the keyboard appears and the view "moves" in order to show the active text field).
So how can i accomplish that from my scroll?
I hope i've been clear, i'm an iOS newbie.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的答案应该可以在这里找到。
如何使 UITextField 在键盘按下时向上移动现在?
Your answer should be found here.
How to make a UITextField move up when keyboard is present?