Xcode – How to create a custom NSView for NSSavePanel in Cocoa MacOS objective C?
I need to add a save extension selector with a text label next to it to my NSSavePanel. In the screenshot attached I try to demonstrate that I succeeded in adding an NSComboBox to my panel with the function setAccessoryView.…