/ComboBoxExample

NSComboBox Example written in swift 4.0

Primary LanguageSwift

This is not the Repo you are looking for! 👽

New development is taking place in gitlab.com/pdylong/ComboBoxExample 👌.

NSComboBox Example

written in swift 4.0

Features

  • autocomplete
  • case insensitive
  • drop down select with arrow keys
  • use with any list or array

screenshot

How to Use

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.