Skip to content

Instantly share code, notes, and snippets.

@akinLiu
Created March 18, 2013 08:43
Show Gist options
  • Save akinLiu/5185779 to your computer and use it in GitHub Desktop.
Save akinLiu/5185779 to your computer and use it in GitHub Desktop.
判断iphone 5
#define IS_IPHONE5 (([[UIScreen mainScreen] bounds].size.height-568)?NO:YES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment