I have a NSCollectionView, whose view contains an Image Well. (NSImageView) I have an array of NSImage. I am able to bind the array to the NSCollectionview using Value > Collection View Item > representedObject
So that i see the number of items in the Collection View.
All i want is how do i bing the NSImage (present in Array - in an Array Controller) to the NSImageView (present in view of NSCollectionView)
Here is what you should do:
There are a few other bindings and outlets linked in IB (itemPrototype, View), but I believe those are set automatically when dragging these items into your xib file.