Contents

automaticallyMirrorsInRightToLeftLayout

Determines whether the scrubber mirrors its layout for right-to-left layouts.

Declaration

var automaticallyMirrorsInRightToLeftLayout: Bool { get }

Discussion

If true, the layout of a scrubber in a right-to-left interface is the mirror of the left-to-right version. If you wish to customize the behavior of the scrubber in right-to-left interfaces in a custom subclass, override this method to return false.

The base implementation of this method returns true.

See Also

Subclassing a scrubber layout