My First Objective-C App

200601161920
Above is a screen shot (click the thumbnails for larger shots) of my first working Objective-C application that wasn’t built following along from the book. If fact, I did some stuff the isn’t talked about in Cocoa Programming for Mac OS X 2nd Edition like the toolbars. Yeah, I need to work on my icon skills. I actually finished this app a week or two ago. It is a goofy little program to help me track the amount of soda I drink every day so I can try to cut back. This is sort of a trial run at a larger program for tracking mine exercise and caloric-intake.

It was very easy to write. Between creating and connecting objects in the nib files and the bindings framework, it didn’t really require much code at all. I am surprised that the Interface Builder doesn’t have support for toolbars.