Created
August 18, 2014 14:41
-
-
Save xfantasy/b7d5e8ae1f1868f49f5d to your computer and use it in GitHub Desktop.
is_retina
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define IS_RETINA ([[UIScreen mainScreen] respondsToSelector:@selector(displayLinkWithTarget:selector:)] && ([UIScreen mainScreen].scale == 2.0)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment