Contents

columnResize(directions:)

The pointer style for resizing a column, or vertical division.

Declaration

static func columnResize(directions: HorizontalDirection.Set) -> PointerStyle

Parameters

  • directions:

    The horizontal directions in which a column can be resized. This must not be empty.

Return Value

A pointer style for resizing a column.

Discussion

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