Enumeration: UIInterfaceOrientation

Overview

The orientation of the application's user interface.

Constant Summary

UIInterfaceOrientationPortrait

The device is in portrait mode, with the device held upright and the home button on the bottom.available in ios 2.0 and later.declared in uiapplication.h.

UIInterfaceOrientationPortraitUpsideDown

The device is in portrait mode but upside down, with the device held upright and the home button at the top.available in ios 2.0 and later.declared in uiapplication.h.

UIInterfaceOrientationLandscapeLeft

The device is in landscape mode, with the device held upright and the home button on the left side.available in ios 2.0 and later.declared in uiapplication.h.

UIInterfaceOrientationLandscapeRight

The device is in landscape mode, with the device held upright and the home button on the right side.available in ios 2.0 and later.declared in uiapplication.h.