UIScreen.mainScreen()。bounds始终为零

时间:2014-12-21 17:30:25

标签: ios swift

我正试图让屏幕宽度在iPhone 6上显示不同的图像。但是当我检查宽度或高度时,UIScreen.mainScreen().bounds总是为零。知道为什么吗?

1 个答案:

答案 0 :(得分:1)

let height = UIScreen.mainScreen().bounds.height

let width = UIScreen.mainScreen().bounds.width