Enumeration: UITextWritingDirection
Overview
The writing direction of the text, based on language.
Constant Summary
- UITextWritingDirectionNatural
The natural writing direction as defined by the bidi algorithm. available in ios 3.2 and later.declared in uitextinput.h.
- UITextWritingDirectionLeftToRight
Writing that goes from left to right.available in ios 3.2 and later.declared in uitextinput.h.
- UITextWritingDirectionRightToLeft
Writing that goes from right to left.available in ios 3.2 and later.declared in uitextinput.h.