Hi !
I'm trying to use a tableView with MacRuby.
What I want to do is remove items from my data array based on the tableView selection.
I used @tableView.selectedRowsIndexes but it returns a NSIndexSet and I don't know how to use it with my array.
Can you give me some leads on the subject ?
Thanks,