使用故事板中的自动布局更改景观中的视图框架

时间:2014-09-24 06:12:04

标签: ios ipad orientation autolayout landscape

我对AutoLayout很新。我有一个问题。当将表格纵向移动到横向模式时,我需要更改任何UIView的框架。

例如:如果我在纵向模式下有一个UILabel框架(100,100,100,30)。如果将iPad旋转到横向模式,我想将其框架更改为(400,400,100,30)。我想用故事板和自动布局来做到这一点。

我想避免为此编码。

2 个答案:

答案 0 :(得分:1)

我试试这个:

首先检查使用AutoLayout

enter image description here

将鼠标指针移至UILabel并使用 Ctrl 键向右拖动,然后选择尾随空格到容器

enter image description here

将鼠标指针移至UILabel并使用 Ctrl 键向左拖动,然后选择将前导空间添加到容器

enter image description here

这是你的输出:

enter image description here   enter image description here

检查一下。 :)

答案 1 :(得分:0)

这将有助于您进行自动布局 请参阅下面给出的图像

 Apply the process with screen shot 1

Apply the process with screen shot 2

Apply the process with screen shot 3