Enumeration: UIUserInterfaceLayoutDirection

Overview

Specifies the directional flow of the user interface.

Constant Summary

UIUserInterfaceLayoutDirectionLeftToRight

The layout direction is left to right.available in ios 5.0 and later.declared in uiapplication.h.

UIUserInterfaceLayoutDirectionRightToLeft

The layout direction right to left. this value is appropriate when running with localizations such as arabic or hebrew that should have the user interface layout origin on the right edge of the coordinate system.available in ios 5.0 and later.declared in uiapplication.h.