![]() |
EnkiUtils
Small library of classes that Enki Labs uses internally.
|
#import <UIScreen+EnkiUtils.h>
Instance Methods | |
| (BOOL) | - Enki_isRetina |
The UIScreen category extends UIScreen so that we can tell if we are running on a Retina display or not.
Definition at line 17 of file UIScreen+EnkiUtils.h.
| - (BOOL) Enki_isRetina |
Returns YES if this is a Retina display.
Definition at line 14 of file UIScreen+EnkiUtils.m.