如何获取iOS设备机型和系统版本号
2016-05-11 本文已影响860人
wzf_taker
系统版本号: [[UIDevice currentDevice] systemVersion] floatValue]
设备机型: [UIDevice currentDevice].model
系统版本号: [[UIDevice currentDevice] systemVersion] floatValue]
设备机型: [UIDevice currentDevice].model