iOS获取当前系统的相关信息和在不同的IOS上检测
NSLog([[UIDevice currentDevice] name]); // 获取设备的名称
NSLog([[UIDevice currentDevice] uniqueIdentifier]); //获取GUID 唯一标识符
NSLog([[UIDevice currentDevice] systemName]); //获取系统名称
NSLog([[UIDevice curre
原创
2012-01-09 13:14:37 ·
2601 阅读 ·
0 评论