Heyo,
I'm an iOS developer by trade by am just starting down the path of learning to write mac apps for Tiger.
I've just gotten a first trivial app working: a units converter for inches and millimeters.
To build this yourself, open up Xcode 2.5, create a new project, and replace the contents of main.m with this: https://gist.github.com/cellularmitosis/15383aae4e95b633aff04ffc217f28fd
I've gotten this far with help from "Learning Cocoa with Objective-C": http://library.lol/main/DDC29798D8D8048E81CFCBAB1EDEF2AB
However, I've tried to do as much as possible programmatically, rather than relying on the WSYWIG Interface Builder.
I'm an iOS developer by trade by am just starting down the path of learning to write mac apps for Tiger.
I've just gotten a first trivial app working: a units converter for inches and millimeters.
To build this yourself, open up Xcode 2.5, create a new project, and replace the contents of main.m with this: https://gist.github.com/cellularmitosis/15383aae4e95b633aff04ffc217f28fd
I've gotten this far with help from "Learning Cocoa with Objective-C": http://library.lol/main/DDC29798D8D8048E81CFCBAB1EDEF2AB
However, I've tried to do as much as possible programmatically, rather than relying on the WSYWIG Interface Builder.