Chinaunix首页 | 论坛 | 博客
  • 博客访问: 894713
  • 博文数量: 322
  • 博客积分: 6688
  • 博客等级: 准将
  • 技术积分: 3626
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-19 11:26
文章分类

全部博文(322)

文章存档

2013年(5)

2012年(66)

2011年(87)

2010年(164)

分类: BSD

2012-04-06 11:12:11

NSLog([[UIDevice currentDevice] name]); // Name of the phone as named by user

NSLog([[UIDevice currentDevice] uniqueIdentifier]); // A GUID like string

NSLog([[UIDevice currentDevice] systemName]); // "iPhone OS"

NSLog([[UIDevice currentDevice] systemVersion]); // "2.2.1"

NSLog([[UIDevice currentDevice] model]); // "iPhone" on both devices

NSLog([[UIDevice currentDevice] localizedModel]); // "iPhone" on both devices

float version = [[[UIDevice currentDevice] systemVersion] floatValue]; //获取版本号

if (version >= sdk number)

{


}

阅读(840) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~