iOS 判斷系統版本

方案一 double systemVersion = [UIDevice currentDevice].systemVersion.boolValue; if (systemVersion >= 7.0) { // >= iOS 7.0 } else { // < iOS 7.0 } if (systemVersion >= 10
相關文章
相關標籤/搜索