Skip to content

系统信息 SystemInfo

Damon edited this page Apr 10, 2018 · 2 revisions

在HDCommonTools+SystemInfo文件中,主要是获取系统信息和该软件工程的信息,主要通过UIDevice去获取。

In HDCommonTools + SystemInfo file, mainly to obtain system information and the software engineering information, mainly through the UIDevice to get.

在该文件中,所有的数据都可以通过对应的单例去获取。

In this document, all the data can be obtained through the corresponding singleton

///软件版本
//the AppVersion
[[HDCommonTools sharedHDCommonTools] getAppVersionStr];

///获取系统语言
//Get the system language
[[HDCommonTools sharedHDCommonTools] getIOSLanguageStr];

///系统的ios版本
//The IOS version of the system
[[HDCommonTools sharedHDCommonTools] getIOSVersionStr];
Clone this wiki locally