Hi, I found a new way to detect an iPad which works on the simulator as well as the device!
Here you go. I was thinking this could also be used for detecting it for high resolution.
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { //iPad } else { //iPhone }