是否可以使文本字段或其他UI填充屏幕宽度?在Android中类似“match_parent”或“fill_parent”。

..
如果不是,使用“willRotateToInterfaceOrientation”并每次计算新大小是否是正确的解决方案?

最佳答案

1)您应该从《 View编程指南》中阅读Handling Layout Changes Automatically Using Autoresizing Rules

2)检查您的Size Inspector中的Interface Builder

看看这些美丽的链接:
iPhone Rotation, View Resizing and Layout Handling

Understanding UIView autoresizing
关于这个问题:UIView Autoresizing Resources

10-08 05:55