Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 6.36 KB

README.md

File metadata and controls

77 lines (53 loc) · 6.36 KB

Cocoa Examples

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

coocoa

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 ./src.xcodeproj