Contents

showGuessPanel(_:)

An action method that shows a spelling correction panel.

Declaration

func showGuessPanel(_ sender: Any?)

Parameters

  • sender:

    The object that sent this message.

Discussion

This action method opens the Spelling panel, allowing the user to make a correction during spell checking.

See Also

Spell-checking Action Methods