Contents

optionsMenuProvider

A closure that populates the search options for a find interaction.

Declaration

var optionsMenuProvider: (([UIMenuElement]) -> UIMenu?)? { get set }

Discussion

You use this closure to modify, augement or omit options from the default set available in UITextSearchOptions.

See Also

Configuring the find panel