imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

屏幕高宽 #62

Closed imzyf closed 6 years ago

imzyf commented 6 years ago

let SCREEN_WIDTH = UIScreen.main.bounds.size.width

let SCREEN_HEIGHT = UIScreen.main.bounds.size.height

imzyf commented 6 years ago

i see