Posts Tagged ‘apple’

Methods, and instances in Objective-C. (Part 2)

In our last objective-c tutorial we tackled the @interface section; this tutorial we are going to tackle the @implementation section. This part of the a program is where you tell the complier what we wrote in the @interface section mean. (To see the whole tutorial on that click here.) For example in our @interface section [...]

How to create an RSS widget

Creating an RSS widget for OSX’s dashboard can be tricky if you dont have the right software. Apple bundles awesome developer software with OSX. I love ALL of Apples developer software and I know nothing that will replace it. So here in this tutorial I show you how to create an RSS widget for your [...]