Skip to content

Shows how to use macOS AppKit Cocoa controls without StoryBoard only by programming code (objective-c)

License

Notifications You must be signed in to change notification settings

gammasoft71/Examples_Cocoa

Repository files navigation

Cocoa examples

Shows how to use macOS AppKit Cocoa controls without StoryBoard only by programming code (objective-c).

coocoa

Download

git clone https://github.com/gammasoft71/Examples_Cocoa

Generate and build

To build this project, open "Terminal", go to your project folder and type following lines:

mkdir build
cd build
cmake .. -G "Xcode"
open ./CocoaExamples.xcodeproj

Remarks

This project run only on macOS with Xcode and CMake.