Contents

makeTextWritingDirectionLeftToRight(_:)

Changes the writing direction to left-to-right.

Declaration

optional func makeTextWritingDirectionLeftToRight(_ sender: Any?)

Parameters

  • sender:

    The object calling this method.

Discussion

Use this method to make your content adopt a left-to-right layout. Apply this layout information to text and to other visual elements in your interface.

See Also

Handling writing direction changes