码迷,mamicode.com
首页 > 其他好文 > 详细

[UIDevice currentDevice]

时间:2014-09-19 17:38:55      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:currentdevice   uidevice   

获取iphone的系统信息使用[UIDevice currentDevice],信息如下:


[[UIDevice currentDevice] systemName]:系统名称,如iPhone OS

[[UIDevice currentDevice] systemVersion]:系统版本,如iOS 8.0

[[UIDevice currentDevice] model]:The model of the device,如iPhone或者iPod touch

[[UIDevice currentDevice] uniqueIdentifier]:设备的惟一标识号,deviceID

[[UIDevice currentDevice] name]:设备的名称,如 张三的iPhone

[[UIDevice currentDevice] localizedModel]:The model of the device as a localized string,类似model

[UIDevice currentDevice].batteryState  设备的电池状态

[UIDevice currentDevice].batteryLevel  设备的电池充电状况

[UIDevice currentDevice].userInterfaceIdiom  用户当前使用的设备,与model类似


[UIDevice currentDevice]

标签:currentdevice   uidevice   

原文地址:http://blog.csdn.net/u012889435/article/details/39400067

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!