8000 GitHub - yay/PureCocoa: Shows how to use macOS AppKit Cocoa controls without StoryBoard only by programming code (objective-c)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yay/PureCocoa

 
 

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 75.6%
  • CMake 24.4%
0