Skip to content

gammasoft71/Examples_Cocoa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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.