sebyddd/SDVersion

Expand device inventory

Closed this issue · 1 comments

The page on this Stack Overflow post lists the subsets of devices pretty well: http://stackoverflow.com/a/19584526/2101268
Because I enjoy thoroughness, It'd be neat to see all of them listed in the device version enumerator! :)

You can use the following to get the device name from the device enumerator:

NSLog(@"%@", DeviceVersionNames[[SDVersion deviceVersion]]);