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 5 模拟器(即 iphone Retina 4)中运行它。一切正常,但表格视图大小不合适。实际上,我的表格视图完全位于图像视图之上。当我在 iphone 视网膜 4 中运行时,图像会根据视网膜 4 显示自行设置,但表格视图高度超出了该图像视图。我在检查器窗口中将表格视图大小设置为 160,当我在日志中打印时,它显示为 248.0000。我无法弄清楚问题出在哪里。请帮我。
提前致谢。
您可以通过此调整视图大小。
请取消选中“使用自动布局”选项。bcoz 它会以特定的边距限制您。
希望它有效。