init(_:position:)
Creates a pointer accessory with the specified shape and position.
Declaration
@MainActor @preconcurrency convenience init(_ shape: UIPointerShape, position: UIPointerAccessory.Position)Parameters
- shape:
One of the available Uipointershape Swift.enum shapes.
- position:
One of the available Position Swift.struct positions.