使用autoLayout在storyboard中的2个元素之间设置中心

时间:2015-03-18 02:48:49

标签: ios storyboard autolayout trailing

如何在“输入按钮”和“面板图像”之间设置绿色按钮(右按钮)中心。

我想设置绿色按钮中心,如下图所示。

enter image description here

在红色按钮(左按钮),我可以在故事板中设置autolayout属性,如下所示,它在左中心部分正确显示:

enter image description here

但是在正确的部分,我设置了

 First Item: Right Button.CenterX
 Relation: Equal
 Second Item: Enter Button.Trailing.
 Constant: 0
 Priority:1000
 Multiplier: 0.5

右侧按钮将偏移到左侧部分。不在正确的部分中心。

如何在故事板的autoLayout中的enter按钮和面板右侧之间设置右键中心?

非常感谢。

1 个答案:

答案 0 :(得分:0)

您可以添加超级视图(View1)以包含右侧按钮,使View1的宽度为视图宽度的1/3,然后在View1中设置右侧按钮的中心。这支持不同的轮换。