Using Core Data with an NSCollectionView

Posted by Koning Baard on Stack Overflow See other posts from Stack Overflow or by Koning Baard
Published on 2010-06-06T11:28:23Z Indexed on 2010/06/06 11:32 UTC
Read the original article Hit count: 395

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about core-data