backwards
A Boolean value that indicates the search direction, relative to the current selection.
Declaration
var backwards: Bool { get set }Discussion
When the value of this property is true, searches proceed backward from the current selection. When the value is false, searches proceed forward from the current selection. The default value of this property is false.
The web view respects the writing direction of its content. For example, a forward search moves right-to-left and top-to-bottom for a right-to-left language.