Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Well-written Open Source Cocoa apps to learn from? [closed]

I'm learning Cocoa, and while I get comfortable with Objective-C and the concepts around it, I sometimes struggle applying the theory (like Model/View/Controller) to practice. Apple's documentation often gives me 'A Ha!' moments, but it would be cool to have a well-written Cocoa App as a reference.

So, do you know of a very well written Cocoa App with public source code?

like image 773
Christian Avatar asked Jul 28 '09 10:07

Christian


People also ask

Is macOS open source?

Apple announced open sourcing its Swift programming language last year. Now it has shocked the world by announcing that it is going to open source its flagship Mac OS X operating system.

What is cacao app?

Description. KakaoTalk is a messaging and video calling app. It's fast, fun, simple, and reliable. With more than 150 Million users worldwide, KakaoTalk connects people and the world. KakaoTalk works across mobile, desktop and wearable devices.


2 Answers

I would take a look at the adium sourcecode. I learnt Cocoa about five years ago, and at the time I used to hang out a lot in their IRC channel talking Cocoa to them. They are a very friendly bunch and one of them is very active on here too.

Anyway, Adium (when I knew it anyway) is a very well put together bit of OpenSource Cocoa: you'll be sure to learn a lot looking at the way things are done there. Peter is a hell of a nit-picker as well so you'll be sure to see lots of well thought out, well designed code to give you ideas too.

HTH

like image 135
jkp Avatar answered Oct 05 '22 04:10

jkp


Thanks jkp, didn't know Peter Hosey worked on Adium! To add to his point, Peter Hosey's website has a list of re-useable open-source Mac software (both apps and libraries).

like image 23
Arun Avatar answered Oct 05 '22 02:10

Arun