Skip to content

aodahada/UIDeviceHardware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIDeviceHardware

Category to check hardware version that's running iOS

Usage

To get the platform identfier

NSString *platform = [UIDeviceHardware platform];

To get the platform name

NSString *platformString = [UIDeviceHardware platformString];

Reference

http://theiphonewiki.com/wiki/Models

About

Category to check hardware version that's running iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 92.4%
  • Ruby 7.6%