Contents

UITextWritingDirection

The writing direction of the text for the language.

Declaration

typealias UITextWritingDirection = NSWritingDirection

Discussion

Constants of this type are returned from the baseWritingDirection(for:in:) method and are used as arguments of the setBaseWritingDirection(_:for:) method.

See Also

Deprecated