Greetings, I'm currently learning Cocoa and Objective-C. I've run through "all" the tutorials and I'm fairly comfortable with the ObjC language. What I'm looking for now is to learn Cocoa idioms and see real code used in nice-looking Cocoa apps.
It seems like serious apps (iTunes, etc.) don't just drop in the IB elements. They do a lot more with code to tweak them to look good. (Example: the iTunes playlist drawer. How does one go about getting that styling?)
Here are some examples of nice UI's that are open source that I've found:
- Smultron http: //tuppis.com/smultron/
- Transmission http:// www.transmissionbt.com/
- Vienna http:// www.vienna-rss.org/
- Gitnub http:// wiki.github.com/Caged/gitnub
Any other suggestions on Open-Source apps that have great Cocoa user interfaces?