This folder contains AppKit other examples.
- ColoredTabPages shows how to create a TabControl with colored TabPages with NSTabView, NSTabViewItem and NSColor.
To build this project, open "Terminal", go to your project folder and type following lines:
mkdir build
cd build
cmake .. -G "Xcode"
open ./Others.xcodeproj