Contents

insert(_:)

Inserts a text suggestion in response to a suggestion selection.

Declaration

func insert(_ textSuggestion: BETextSuggestion)

Parameters

  • textSuggestion:

    The suggestion to insert.

Mentioned in

Discussion

The system calls this method to suggest text-view insertions, for example, for AutoFill credentials.

See Also

Inserting and replacing text