DeviceUtil helps identifying the exact harware type of the device. e.g. iPhone 6 or iPhone 6s. For Swift please visit DeviceGuru
- Easy to use
- Light weight
Go to http://cocoapods.org
Search for DeviceUtil lib
Copy the pod dependency and add that to your pod file. e.g.
pod 'DeviceUtil', '~> x.y'
if ([DeviceUtil hardware] == IPHONE_5C) {
NSLog(@"Device is iPhone 5c");
}
Want to contribute? Great!
Send the pull request :)
MIT