2017年10月19日

iOS macOS获取当前设备屏幕宽和高

摘要: #define GZDeviceWidth ([UIScreen mainScreen].bounds.size.width) #define GZDeviceHeight ([UIScreen mainScreen].bounds.size.height) //引用GZDeviceWidth 即为 阅读全文

posted @ 2017-10-19 16:52 高彰 阅读(2184) 评论(0) 推荐(0) 编辑

iOS 隐藏Navigationbar导航栏

摘要: 需求是这样的,只在首页隐藏Navigation Bar,其他页面都不隐藏。 援引:http://www.jianshu.com/p/efb960fed457 阅读全文

posted @ 2017-10-19 16:20 高彰 阅读(180) 评论(0) 推荐(0) 编辑

导航