摘要: 个人在写项目中常常用到的一些代码片段,会不断更新 // 获取屏幕宽度 func deviceWidth() -> (CGFloat) { let width = UIScreen.mainScreen().bounds.size.width return width } // 获取屏幕高度 func 阅读全文
posted @ 2016-08-31 17:49 乐启榜 阅读(323) 评论(0) 推荐(0)