samskiter / UIDeviceHardware

Category to check hardware version that's running iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Objective-C 89.8%Language:Ruby 10.2%