Whither PyObjC?
If you like Python and you like Mac OS X, you should really check out PyObjC. It’s a bridge that allows you to create first-class Cocoa... more »
0 commentsSave Tags: apple, python
DrawKit - Cocoa Vector Graphics Framework
DrawKit Beta 3 is now available for download. Please read the release notes in the DK SDK for more information. For a general overview of the library... more »
0 commentsSave Tags: apple, frameworks
Cocoa Tutorial: NSTableView with KVC (Key Value Coding)
In this tutorial, I'll show you how to implement a reusable NSTableView setup with KVC. KVC will facilitate simplicity when adding new data to the... more »
0 commentsSave Tags: apple, frameworks, how-to
Projected coordinates of a 3D CALayer
There's no explicit method to get projected coordinates of a 3D CALayer, but you can use convertRect:fromLayer to almost get them. Thanks to Simon... more »
0 commentsSave Tags: apple, frameworks
ZocDoc Announces Developer Contest - Win a MacBook Air!
ZocDoc kicked off a contest for developers to create new applications using a new API that allows them to pull ZocDoc data such as doctor and dentist... more »
0 commentsSave Tags: announcement, apple, web 2.0, web services
From Hacker to microISV: Custom File Formats with Cocoa
In this continuing series on my own transition from a Mac application hacker to microISV (Independent Software Vendor), I am going to demonstrate how... more »
0 commentsSave Tags: apple, frameworks, standards
Cocoa KVO tricks: binding to an array of arrays
Earlier this week I was working on a project where I wanted to filter a table view based on tags. The data model I was working with was very simple.... more »
0 commentsSave Tags: apple, frameworks