UIPointerShape
An object that defines the shape of custom pointers.
Declaration
enum UIPointerShapeOverview
If the desired pointer shape can be expressed as a rounded rectangle, use UIPointerShape.roundedRect(_:radius:) for best results.
Topics
Specifying pointer shapes
UIPointerShape.horizontalBeam(length:)UIPointerShape.verticalBeam(length:)UIPointerShape.path(_:)UIPointerShape.roundedRect(_:radius:)