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.
我已经创建了一种主从方法的表视图控制器,当我单击主视图时,详细视图将在屏幕底部出现一个文本字段,该文本字段包含在工具栏上的视图中。
我的问题是当我单击文本字段时键盘弹出时如何自动调整工具栏的位置,目前当我在文本字段上输入时,键盘会覆盖我的文本字段。
如果您想避免键盘覆盖您的文本字段,请检查此问题和答案
iPhone 键盘覆盖 UITextField
如果您有多个文本字段,请考虑使用滚动视图并在键盘出现时向上移动。