I'm new to Mac Programming, but i'm having some ideas for an application. My question is: i have a NSSegmentedControl with 2 cells and i wanted to, if the cell number 1 is selected, write something on a label with, for example, a blue color. How can i do this? i'm sorry if this was already asked :/
You can find out which element is selected from the selectedSegment
.