Skip to content

Instantly share code, notes, and snippets.

@RandyMcMillan
Created May 23, 2012 22:54
Show Gist options
  • Save RandyMcMillan/2778342 to your computer and use it in GitHub Desktop.
Save RandyMcMillan/2778342 to your computer and use it in GitHub Desktop.
IS_IPAD
#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
/*
if (IS_IPAD) {}
else
if (!IS_IPAD) {}
else {}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment