UIDecives 类

[[UIDevice currentDevice] systemName];//系统名称,IOS还是AOS
[[UIDevice currentDevice] systemVersion];//当前系统的版本号
[[UIDevice currentDevice] uniqueIdentifier];//设备独一无二的标示
[[UIDevice currentDevice] model];//设备的型号,
[[UIDevice currentDevice] name];//设备的名称,

你可能感兴趣的:(UIDecives 类)