Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 701 Bytes

File metadata and controls

22 lines (14 loc) · 701 Bytes

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.