IOS在旋转后调整UI大小(在IOS中可以填充父级)

时间:2013-05-08 14:24:33

标签: ios user-interface uiview resize rotation

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

for example   .. 如果没有,使用“willRotateToInterfaceOrientation”并且每次计算新尺寸都是正确的解决方案吗?

1 个答案:

答案 0 :(得分:2)

1)您应该从“查看编程指南”中阅读Handling Layout Changes Automatically Using Autoresizing Rules

2)检查Size Inspector中的Interface Builder

查看这些美丽的链接: iPhone Rotation, View Resizing and Layout HandlingUnderstanding UIView autoresizing 有了这个SO问题:UIView Autoresizing Resources