01 2017 档案
摘要:iOS 宏定义系统版本的判断 #define iOS7 ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0) #define iOS7Later ([UIDevice currentDevice].systemVersion.f
阅读全文
摘要:如果你搜到了这一篇博客,80%的可能你买新的Apple电脑了,恭喜你! 刚买的电脑,安装xcode后,每次运行模拟器都会出现让输入管理员密码感觉安全性这么高,但是有点过了很不方便,不知道是什么鬼,通过查找,找到了以下的解决方案。 1、打开终端2、输入DevToolsSecurity --status
阅读全文