This folder contains AppKit dialog examples.
- ColorDialog shows how to create a ColorDialog with NSColorPanel.
- FolderBrowserDialog shows how to create a FolderBrowserDialog with NSOpenPanel.
- FontDialog shows how to create a FontDialog with NSFontPanel.
- OpenFileDialog shows how to create an OpenFileDialog with NSOpenPanel.
- MessageBox shows how to create a MessageBox with NSAlert.
- SaveFileDialog shows how to create an SaveFileDialog with NSSavePanel.
To build this project, open "Terminal", go to your project folder and type following lines:
mkdir build
cd build
cmake .. -G "Xcode"
open ./Dialogs.xcodeproj