Category Archives: objective-c

1 Step Backward

I’m gonna take a momentary break from writing code for a while. A lot has happened in the last few weeks that I feel I’ve been blindly putting pieces of code together to something I do not fully understand. It’s about time to get some foundational knowledge at all of this. Objective-C is a language [...]

Also posted in cocoa, General | Leave a comment

NSStatusBar

I was gonna spend more time reading more Cocoa and Objective-C books. But knowing myself, this will only set the trend for procastination and getting lazy until the initial inspiration that made me think of this project wears off. I need to push myself to get started. Even if I don’t know what I’m doing. [...]

Also posted in nib | Leave a comment

Objective-C 101

Okay i’ve got Xcode setup, I’ve downloaded some sample source code, now it’s time to get started. Before I can do that I browsed some books on learning Objective-C. Here are some of my first impressions: Methods in Objective-C are called messages. And they’re invoked differently as well. For example, to call an init method [...]

Also posted in nib | Leave a comment

Mac OS X development

One of the pleasant surprises that’ll greet any Mac newbie developer is that OS X is a platform that is ready for development out of the box. Given its Unix base, the usual open source suspects of ruby, python, gcc.. et al should be expected. But Apple doesn’t stop there, it provides you with a [...]

Also posted in c, cocoa | Leave a comment