Contents

groupUserInterfaceLayoutDirection

The user interface direction that controls the layout order of the items.

Declaration

var groupUserInterfaceLayoutDirection: NSUserInterfaceLayoutDirection { get set }

Discussion

The default value is NSUserInterfaceLayoutDirection.leftToRight.

If you want the order of the items in the group to respect the user’s preferred layout, set this property to the value of userInterfaceLayoutDirection on the NSApplication.

See Also

Configuring groups