2012年12月28日

通过源码获取iphone硬件版本以及系统信息

摘要: 获取iphone的系统信息使用[UIDevice currentDevice],信息如下:[[UIDevicecurrentDevice]systemName]:系统名称,如iPhoneOS[[UIDevicecurrentDevice]systemVersion]:系统版本,如4.2.1[[UIDevicecurrentDevice]model]:Themodelofthedevice,如iPhone或者iPodtouch[[UIDevicecurrentDevice]uniqueIdentifier]:设备的惟一标识号,deviceID[[UIDevicecurrentDevice]nam 阅读全文

posted @ 2012-12-28 16:35 Crazy_程序猿 阅读(343) 评论(0) 推荐(0)

导航