Quote:
Originally Posted by _mubashir
Hello All,
I am new to MAC development. I have a situation where I am displaying a number of records in NSTableView (without binding). I have a NSImageCell as one of the cells. Now what I want is that whenever user clicks on NSImageCell then the image should get changed on that particular cell.
Any ideas how should I go about doing this?
Appreciatively,
Mubashir
|
Hi,
NSImageCell is subclass of NSCell. So please read the class reference for NSCell and check for
Managing the Target and Action section.
Hope you are aware of target/action mechanism.