Contents

effectsViewInserter

An optional closure the system calls during dictation.

Declaration

var effectsViewInserter: ((NSView) -> Void)? { get set }

Mentioned in

Discussion

Use this property to add the view that displays the trailing glow to the view hierarchy. The system calls the closure when it needs to display the glow effect view.

During dictation the indicator displays a glow effect above the text view and below the insertion indicator. It’s the closure’s responsibility to add the glow effect view to the view hierarchy.

See Also

Configuring indicators