iOS按钮位置x,y 3,5英寸到4英寸

时间:2014-09-03 14:26:18

标签: ios iphone xcode ios-autolayout

我正在尝试自动布局我的3.5英寸到4英寸的屏幕,但“PEDIR”按钮太大或粘在标签或底部。我需要那个按钮位于从标签“SEU PEDIDO ...”到底部的空间的中心。最好的方法是什么?

  

3,5英寸:

3,5 inch

  

4英寸:

4 inch

修改

现在我收到了这个警告:

warning

2 个答案:

答案 0 :(得分:0)

Make the bottom space Fixed (3 is just an example)

使底部空间固定(3只是一个例子)在你的情况下应该是40左右。 从apple doc看一下这个例子。

https://developer.apple.com/library/ios/recipes/xcode_help-interface_builder/articles-autolayout/pin-constraints.html

答案 1 :(得分:0)

更新:

  1. 为您的按钮创建容器视图,然后将其固定到所有方面:

    enter image description here

  2. 创建按钮(金色)的约束在其超视图(灰色)中垂直居中。 Don't forget to add width and height constraint

    enter image description here

  3. 以下是4英寸的输出:

    enter image description here