init(effect:shape:)
Applies the provided content effect and pointer shape to the current region.
Declaration
@MainActor @preconcurrency convenience init(effect: UIPointerEffect, shape: UIPointerShape? = nil)Parameters
- effect:
The Uipointereffect Swift.enum to apply to the region.
- shape:
The Uipointershape Swift.enum to use, defaults to
nil.