This example demonstrates the use of NSTabView and NSTabViewItem controls.
To build this project, open "Terminal", go to your project folder and type following lines:
mkdir build
cd build
cmake .. -G "Xcode"
open ./TabControl.xcodeproj
Select TabControl
project and type Cmd+R to build and run it.