Showing posts with label Interface Builder. Show all posts
Showing posts with label Interface Builder. Show all posts

Wednesday, April 22, 2009

Monday, October 13, 2008

Cocoa Programming: an opinion

The first thing that I noticed about Cocoa programming is that most of the applications found in Hillegass' book require minimal code writing.

Although this also has to do with the application itself and its logic, it is a sign of how well Cocoa was designed and implemented. It also tells something about Xcode and Interface Builder.

Saturday, October 11, 2008

My first Cocoa Application!

Following my previous post, this is the output of my first Cocoa application!
I have to tell you that after a long time I am enjoying GUI programming. In the past, I tried to learn Windows programming but I did not really find it delightful. Now, I am having a great time!

Cocoa Challenge

As you may already read, I am trying to learn Cocoa programming.

I am now facing my first challenge :) It is on page 90 of the Hillegass' book and I am trying to solve it. I will let you know about my progress.