Contents

rectSelection

The pointer style appropriate for precise rectangular selection, such as selecting a portion of an image or multiple lines of text.

Declaration

static let rectSelection: PointerStyle

Discussion

This pointer style displays a crosshair. You may apply this pointer style to a single view or a view hierarchy using the pointerStyle(_:) modifier.

See Also

Getting built-in pointer styles