是否可以使文本字段或其他UI填充屏幕宽度? Android中的“match_parent”或“fill_parent”之类的东西。
.. 如果没有,使用“willRotateToInterfaceOrientation”并且每次计算新尺寸都是正确的解决方案吗?
答案 0 :(得分:2)
1)您应该从“查看编程指南”中阅读Handling Layout Changes Automatically Using Autoresizing Rules。
2)检查Size Inspector
中的Interface Builder
。
查看这些美丽的链接: iPhone Rotation, View Resizing and Layout Handling 和 Understanding UIView autoresizing 有了这个SO问题:UIView Autoresizing Resources