I have a list of applications and I'd like to make an NSPopupButton
that shows a menu of application names with their icon to the left of each item.
I've been able to bind the NSPopupButton
to my array of items, but there isn't a binding entry for an image. I thought I could put a cell in there and bind the cell as an image and as text, but I can't find an appropriate cell in IB.
Is there a clean and simple way to do this using bindings? Do I have to write a custom cell?