Can anyone provide any tips or tricks for adding an icon to an NSTabViewItem? I tried via the storyboard and via code with no luck. :-(
Thanks in advance.
Searching for "cocoa NSTabViewItem icon" suggests that there may not be a built in way of doing this without drawing it yourself in a somewhat hacky way.
Answers
Searching for "cocoa NSTabViewItem icon" suggests that there may not be a built in way of doing this without drawing it yourself in a somewhat hacky way.
Ah ok, thanks!