Shows the candidates window.
SDK
- macOS 10.5+
Framework
- Input
Method Kit
Declaration
func show(_ locationHint: IMKCandidates Location Hint)
Parameters
locationHint
A
IMKCandidates
constant that specifies the desired position of the candidates window. The Input Method Kit uses the hint to place the candidates window in a location that is in the vicinity of the hint location and ensures that the candidates window is fully visible.Location Hint
Discussion
Your input method calls this method when it is appropriate during text conversion to display a list of candidates.