UIDevice-Hardware
UIDevice-Hardware copied to clipboard
Add functionality to UIDevice to distinguish between platforms like iPod touch 1G and 2G and iPhone
Updated with devices up to October 2021. Added device family for Apple Watch. Standardised naming for iPad models.
I'm working on a project that needs device info like this, but also needs PPI data. I've collected the data from Wikipedia and added a `ppi` method. If this is...
Proposing addition of a simple boolean method to return YES if the device is known to have cellular capabilities. Useful for exposing/hiding cellular specific settings etc...