Skip to content

Instantly share code, notes, and snippets.

@MattFoley
Created November 8, 2013 20:10
Show Gist options
  • Save MattFoley/7376910 to your computer and use it in GitHub Desktop.
Save MattFoley/7376910 to your computer and use it in GitHub Desktop.
Checking for OS version or if iPad.
#define isUnderOS7() ([[[UIDevice currentDevice] systemVersion] integerValue] < 7)
#define isPad() (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment