WZPlatformInfo

Superclass:
NSObject
Declared In:

Introduction

WZPlatformInfo provides some basic information about the current device.



Methods

+friendlyModel
+iOSVersion
+model
+string

friendlyModel


+ (nonnull NSString *) friendlyModel; 
Return Value

The model name as returned by model, along with other information about that model that can be determined by compile-time knowledge of various iOS devices in existence.

Discussion

A more human-readable device model description.


iOSVersion


+ (nonnull NSString *) iOSVersion; 
Return Value

A string describing the version of iOS

Discussion

The version of iOS installed on the device


model


+ (nonnull NSString *) model; 
Return Value

A string describing the device model, as returned by 'uname'

Discussion

Device model


string


+ (nonnull NSString *) string; 
Return Value

A string representation of all the WZPlatformInfo information

Discussion

All the WZPlatformInfo information returned in a human-readable string