IOS目标设备屏幕

时间:2015-12-23 15:20:12

标签: ios iphone xcode ipad

我在IOS中遇到新问题并遇到问题,在我的故事板按钮和标签位于屏幕中央,但在模拟器中它们不在屏幕上。

storyboard

emulator

2 个答案:

答案 0 :(得分:1)

使用自动布局

  1. 选择您的button。在底部你可以看到:
  2. enter image description here

    • 在容器中同时选择水平垂直。按Add Consriants
    • 现在选择您的label。控制并从标签拖动到button。选择垂直间距
    • 再次从label控制并拖动到button。选择水平居中

    这是你可以执行控制和拖动的方法:

    http://www.appcoda.com/wp-content/uploads/2014/07/auto-layout-control-drag.gif

    另请参阅appcoda

    中的链接

    http://www.appcoda.com/introduction-auto-layout/

    按照此步骤进行操作。如果有问题,请告诉我。

    请看下面的动画:

    enter image description here

答案 1 :(得分:0)

通过设置水平中心将它们对齐到中心。右键单击按钮并拖动到容器视图并选择水平居中。也可以为Label重复此操作。它会将它们设置为所有屏幕尺寸的中心。