New development is taking place in gitlab.com/pdylong/ComboBoxExample 👌.
- autocomplete
- case insensitive
- drop down select with arrow keys
- use with any list or array
Drop the ComboBoxDataSource.swift into your project. In interface builder create an object and set its class to your "ComboBoxDataSource" class. Set the combobox referenceing outlets "dataSource" and "delegate" to this object.