Making a new file dialog with an NSSavePanel (cocoa osx)
- by Michael Minerva
I am making a new file dialog and it seems that the NSSavePanel is the right tool for the job but I cannot find a way to add a text field to input the name you want to save it as. Is this functionality not built into the NSSavePanel? Do I need to make my own text field and add it as an accessoryfield?