Contents

WKUserInterfaceDirectionPolicy

The policy that determines the directionality of user interface elements in a web view.

Declaration

enum WKUserInterfaceDirectionPolicy

Overview

When WKUserInterfaceDirectionPolicyContent is specified, the directionality of user interface elements is affected by the dir attribute or the direction CSS property. When WKUserInterfaceDirectionPolicySystem is specified, the directionality of user interface elements is affected by the direction of the view.

Topics

Direction Policies

Initializers

See Also

Selecting user interface directionality