Cocoa Toolkits and Resources
If you're new here, you may want to subscribe to my RSS feed or follow me on Twitter. Thanks for visiting!
I’ve been fooling around with Cocoa development over the last few months and I’m beginning to really love Objective-C. The syntax was a bit daunting at first, but the language seems really elegant once you figure it out. As my understanding of Cocoa and Objective-C increases I’ve been trying to compile a list of resources. There’s a wealth of really great example code out there if you know where to look.
A couple of new Cocoa Development toolkits have recently emerged which aim to ease development of common Cocoa development tasks:
The goal of the project is to provide solutions to three important issues in any Mac UI project:
- Layout
- Styling
- The MVC design pattern (specifically the V & C parts)
And also BWToolkit:
BWToolkit is a BSD licensed plugin for Interface Builder 3 that contains commonly used UI elements and other useful objects. Using these objects is as simple as dragging them from the library to your canvas or document window.
Both toolkits come with an Interface Builder plugin to ease integration with your own projects.
Also, Matt Gemmell has an excellent library of Cocoa Source code online that you are free to use in your own projects.
About this entry
You’re currently reading “Cocoa Toolkits and Resources,” an entry on MirthLab
- Published:
- Thursday, November 13th, 2008 at 8:33 pm
- Author:
- Mark Quezada
- Category:
- Links, Mac Development

No comments
Jump to comment form | comments rss | trackback uri