I have a NSPopUpButton without title. I set a NSImage for this popup button. When I bind the Content value to an array with strings (to create a demo) the title of the popup button changes to the value of the array.
Is there a way to keep the image and prevent the title to change?
Thanks!