使用autolayout查看视图中的UI元素

时间:2014-02-15 04:51:02

标签: ios interface-builder autolayout

在横向和纵向模式下,如何使用Autolayout使UI元素从左到右居中?你能在autolayout中有变量吗?

3 个答案:

答案 0 :(得分:1)

如果您正在使用“界面”构建器来创建&设置视图的位置,选择您的视图&如下面的屏幕截图所示。

enter image description here

之后,点击“添加约束”&你完成了这只是将视图设置在水平中心。但是你还需要添加更多约束。他们是:

  1. 高度
  2. 宽度
  3. 距顶部/底部布局指南/视图的距离。
  4. 如果你不知道怎么做,请告诉我。

答案 1 :(得分:1)

设置纵向和横向约束

更多了解自动布局轻松点击此链接

http://www.raywenderlich.com/20881/beginning-auto-layout-part-1-of-2

enter image description here

输出portait

enter image description here

输出格局

enter image description here

答案 2 :(得分:0)

在你的xib中,你应该添加3个约束:

  1. 容器中的Hirizontal中心;
  2. 宽度;
  3. 身高;