iOS View不会显示标签和图片

时间:2016-07-11 18:17:40

标签: ios swift storyboard uistoryboard

我有故事板,我有背景设置,在背景的顶部,我有天气信息显示。即使我的" weatherInfo"视图设置为顶部它仍然没有显示。我添加了随机值(标签和图片没有动态加载),但它仍未显示。这是我的设置:

enter image description here

3 个答案:

答案 0 :(得分:0)

试试这个:

  • 按ctrl + clic&从此视图拖动到其超级视图(在您的情况下为命名视图)。你应该看到一个蓝色箭头

  • 当你释放你的点击时,按住shift并添加:水平居中&垂直居中(不要忘记点击弹出窗口底部的添加约束)

  • 运行您的应用,您应该会看到您的观点

  • 最后,尝试其他约束以熟悉Autolayout!

祝你好运!

答案 1 :(得分:0)

Your background might be loading in after your Weather Info view. I'm going to assume that the Background is set to match the superview. Try flipping the order of the views. Have the WeatherView come after the Background.

答案 2 :(得分:0)

请确保已为视图提供了底部约束。 否则该视图将不会显示