UIScreen+AWKit.h

Includes:
<UIKit/UIKit.h>

Introduction

Use the links in the table of contents to the left to access the documentation.



Methods

+isRetina
+screenBounds
+screenBoundsForInterfaceOrientation:

isRetina


+ (BOOL)isRetina;  
Return Value

YES if the host device has a retina display.


screenBounds


+ (CGRect)screenBounds;  
Return Value

CGRect of the screen bounds at current orientation.


screenBoundsForInterfaceOrientation:


+ (CGRect)screenBoundsForInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation;  
Return Value

CGRect of the screen bounds for interface orientation (UIInterfaceOrientation).