I'm trying to set up a collection view where a user can add and remove items, however I'm having trouble getting this to work, if I delete items then add new ones, the old items will show up instead of a new item.
Heres my code so far:
import Cocoa
class ViewController: NSViewController...