Declared in UIApplication+AppDimensions.h

Tasks

Utilties

Class Methods

currentSize

Get the current screen size.

+ (CGSize)currentSize

Declared In

UIApplication+AppDimensions.h

sizeInOrientation:

Get the screen size for a particular orientation.

+ (CGSize)sizeInOrientation:(UIInterfaceOrientation)orientation

Parameters

orientation

The orientation for the desired screen size.

Declared In

UIApplication+AppDimensions.h