Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我仍然熟悉 iOS 和constraints. 最初我的布局设置有一些constraints. 但是我遇到了一个问题。输入文本时,我text fields被键盘覆盖。我找到了一些 Apple 文档:Doc One,Doc Twoscrollview说明在这种情况下我应该使用 a 。这听起来很容易,但每次我把内容放进去时,scrollview事情都会变得疯狂。我已经尝试通过constraints多种方式调整我的,但似乎没有任何帮助。
constraints
text fields
scrollview
有人对我所缺少的有任何见解吗?谢谢
添加滚动视图之前
添加滚动视图后
如果您使用UITableView带有静态单元的 a 并使您的视图控制器成为 `UITableViewController 的子类,则无需担心键盘。表格视图控制器负责保持焦点文本字段在键盘上方可见:
UITableView
我没有为那个演示写代码。这一切都在故事板中完成。这是故事板大纲: