Since some days I am trying to code an autocompletion for a NSTextField
. The autocompletion should look that way, that when the user clicks on the NSTextfield a list should be displayed under the TextField which possibilities are available. After typing one letter or number the list should refresh with the possibilities.
The suggestions in this list should come from an NSMutableArray
or a NSMutableDictionary
This autocomplete / autosuggestion method should be for a MAC application.