Enumeration: UITextLayoutDirection
Overview
The direction of text layout.
Constant Summary
- UITextLayoutDirectionRight
Layout of the text to the right.available in ios 3.2 and later.declared in uitextinput.h.
- UITextLayoutDirectionLeft
Layout of the text to the left.available in ios 3.2 and later.declared in uitextinput.h.
- UITextLayoutDirectionUp
Layout of the text in an upward direction.available in ios 3.2 and later.declared in uitextinput.h.
- UITextLayoutDirectionDown
Layout of the text in a downward direction.available in ios 3.2 and later.declared in uitextinput.h.