如何使用故事板和自动布局将 UIImage 放置在顶部中心?

How to place an UIImage at the top centre using storyboard and auotlayout?

使用自动布局将 UIImageView 放置在情节提要的顶部中心需要哪些限制? 1.Currently 我正在设置前导 Space 2.Trailing Space 3.Width 和高度限制 但是图像在 5s phone 中出现时发生了位移。请帮忙。

你大部分时间都在那里。前导和尾随约束是导致问题的原因。删除这两个,然后将 'Center Horizontally in Container' 约束添加到 UIImageView。

希望这能实现你所追求的。