taktik / TKTokenField

An easily expandable drop-in replacement for NSTokenField that actually works
GNU Lesser General Public License v2.1
8 stars 3 forks source link

How to use in NSTableView #1

Closed ioquatix closed 1 year ago

ioquatix commented 9 years ago

Is it possible to use TKTokenFieldCell in a NSTableView?

aduchate commented 9 years ago

in a view based NSTableView, I imagine you could use the whole token field. If you want to use the cell in a cell based table view, there will be work to do to connect the cell and the table view together

aduchate commented 9 years ago

Just added a NSTableView with embedded TKTokenField to the example target

ioquatix commented 9 years ago

Awesome. Unfortunately view based tables are a pain for my existing (legacy?) UIs. I'm working on moving more of the code to TKTokenFieldCell so it could work in the table view.