文件名称:YQDeviceInfo:iOS设备信息,例如型号,iOS版本,电池电量,CPU,内存
文件大小:43KB
文件格式:ZIP
更新时间:2024-05-28 15:39:25
Objective-C
YQDeviceInfo iOS Device Infomation,like model,ios version,battery level,cpu,memory iOS端 获取设备信息的简单封装 -直接拖到工程中使用 Example Code: 设备型号: NSString *modelSimple = [YQDeviceInfo getDeviceNameWithDetail:NO]; // "iPhone 7" NSLog(@"%@",modelSimple); NSString *modelFull = [YQDeviceInfo getDeviceNameWithDetail:YES]; // "iPhone 7 美版、台版" NSLog(@"%@",modelFull); 系统版本: NSString *iOSVer
【文件预览】:
YQDeviceInfo-master
----LICENSE(1KB)
----README.md(1KB)
----DeviceInfoDemo()
--------DeviceInfoDemo.xcworkspace()
--------Pods()
--------Podfile.lock(278B)
--------Podfile(305B)
--------DeviceInfoDemo()
--------DeviceInfoDemo.xcodeproj()
----.gitignore(150B)
----YQDeviceInfo.podspec(551B)
----YQDeviceInfo()
--------YQDeviceInfo.m(13KB)
--------YQDeviceInfo.h(719B)