标签: ios swift
我正试图让屏幕宽度在iPhone 6上显示不同的图像。但是当我检查宽度或高度时,UIScreen.mainScreen().bounds总是为零。知道为什么吗?
UIScreen.mainScreen().bounds
答案 0 :(得分:1)
let height = UIScreen.mainScreen().bounds.height let width = UIScreen.mainScreen().bounds.width