Contents

allowsTextInputContextCandidates

A Boolean value that specifies whether a candidate list item displays candidates from text input providers.

Declaration

var allowsTextInputContextCandidates: Bool { get set }

Discussion

When true, the candidate list item shows candidates from the text input client provided in the client property, before those in the candidates property.

The default value of this property is true.

See Also

Populating the candidate list