Skip to content

tapbug/DeviceHardware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DeviceHardware


Determines iOS device version.

// Usage example, choose whatever you like.

DeviceHardwareSpecificPlatform deviceHardwareSpecificPlatform = [DeviceHardware specificPlatform];
DeviceHardwareGeneralPlatform deviceHardwareGeneralPlatform = [DeviceHardware generalPlatform];
DeviceHardwarePlatformType deviceHardwarePlatformType = [DeviceHardware platformType];
NSString *platformString = [DeviceHardware platformString];

About

Determines iOS device version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published