如何获取iOS设备机型和系统版本号

系统版本号:NSString * strModel1  = [[UIDevice currentDevice] systemVersion] floatValue];

设备机型:NSString * strModel2  = [UIDevice currentDevice].model];

你可能感兴趣的:(如何获取iOS设备机型和系统版本号)