文件名称:iOS-System-Services:iOS系统服务是用于收集有关设备的所有可用信息的类
文件大小:340KB
文件格式:ZIP
更新时间:2024-03-31 09:42:55
系统开源
iOS系统服务 这是一个单例类,用于收集有关设备的所有可用信息。 它提供了60多种方法来确定有关设备的所有信息,包括: 硬件资讯 网络信息 电池使用量 加速度计数据 磁盘使用情况 内存使用情况 安装 iOS系统服务可通过。 要安装它,只需将以下行添加到您的Podfile中: pod 'SystemServices' , '~> 2.0.1' 用法 // Import System Services # import " SystemServices.h " // Log all System Information NSLog ( @" All System Information: %@ " , [SystemServices sharedServices ].allSystemInformation); 变化 删除了较旧/不可用的方法 更新的演示项目 添加了CocoaPods
【文件预览】:
iOS-System-Services-master
----Sample Images()
--------Screenshot2.png(60KB)
--------Screenshot1.png(126KB)
----SystemServices.podspec(2KB)
----LICENSE(1KB)
----README.md(7KB)
----System Services()
--------SystemServices.h(8KB)
--------SystemServices.m(36KB)
--------Utilities()
----.gitignore(341B)
----SystemServicesDemo()
--------icon.png(7KB)
--------SystemServicesDemo.xcodeproj()
--------Default-568h@2x.png(18KB)
--------icon@2x.png(19KB)
--------SystemServicesDemo()