if ([[UIDevice currentDevice].systemVersion doubleValue] >= 7.0) {
//...
}iOS - 判断当前系统版本号
最新推荐文章于 2023-05-18 17:36:59 发布
if ([[UIDevice currentDevice].systemVersion doubleValue] >= 7.0) {
//...
}
被折叠的 条评论
为什么被折叠?