Contents

anchorPositionOffset

Represents the anchor position offset from the beginning of a line fragment in the visual order for the initial tap or click location.

Declaration

var anchorPositionOffset: CGFloat { get set }

Discussion

That starts from the left for a horizontal line fragment, and from the top for a vertical. Navigating between lines uses this point when the current line fragment associated with the selection is shorter than the next line visited. Defaults to 0.0.

See Also

Characteristics of a selection