I have an NSCollectionView and I want to use it with Core Data the same way as I would with an NSTableView, preferably with bindings.
Can anyone point me in the right direction? Thanks
I have an NSCollectionView and I want to use it with Core Data the same way as I would with an NSTableView, preferably with bindings.
Can anyone point me in the right direction? Thanks
If you are new to Core Data you should read one of the many tutorials. Otherwise it seems pretty straightforward to me.
Just gave it a try: CocoaDev was also pretty helpful.
Follow the instructions of "Guy Umbright". Worked like a charm.
As soon as you add the NSCollectionView IB automatically creates a NSView and a NSCollectionViewItem you can bind your view elements to.
Bindings: