I have read some questions and I find some very confusing and I don't really know if they answer my question.
I have an NSCollectionView
implemented and connected to a Core Data context
, everything shows correctly.
Now what I have is buttons
in the view prototype
, and when I click this buttons I need to get the value of the representedObject
of that cloned view.
I have read and read and some parts are confusing to me, so I'm looking for a simple explanation.
Thank you for your time.
See Question&Answers more detail:os