LaunchScreen故事板中的中心图像

时间:2016-01-10 21:24:16

标签: ios autolayout storyboard

我的imageView中有一个LaunchScreen.storyboard。我把它集中在两个约束条件下:

  • 水平居中(对齐中心Y)
  • 垂直居中(对齐中心X)

我也有:

  • 宽度约束等于84

图像恰好位于中心下方。它没有完全集中。

有什么建议吗?

谢谢!

2 个答案:

答案 0 :(得分:0)

给出如下约束:

1) Top space to superview
2) Bottom space to superview
3) Leading to superview
4) Trailing to superview

This will fill the whole nib with an imageview

答案 1 :(得分:-1)

一种简单的方法是在每一侧添加与其相对侧的约束相同的约束以使图像居中。我最近做了一个标签,在另一个标签和视图的剩余3个边缘之间居中

enter image description here