Skip to content

Instantly share code, notes, and snippets.

@newmarcel
Created October 7, 2012 12:06
Show Gist options
  • Save newmarcel/3848175 to your computer and use it in GitHub Desktop.
Save newmarcel/3848175 to your computer and use it in GitHub Desktop.
iPad detection macro
#define DEVICE_IS_IPAD ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment