ObjC class

On 04/06/2009, in Development, SDK, Source Code, Toolchain, Tutorials, iPhone, by Pelaez

This is a “template” of a very basic ObjC class, with some things explained, you should copy it and paste it into a text editor to see it more clearly.

Continue reading »

Tagged with:  

ObjC 1

On 28/05/2009, in Development, SDK, Toolchain, iPhone, by Pelaez

Personally, I had never used a language with a sintax like ObjC (if there’s another one with the same/similar sintax), so, comming from using C and Java, it was quite confusing.

While ObjC uses C as a core, and accessing properties is quite similar as in other languages (object.property;), methods are a little bit different from other languages I’ve used.

Continue reading »

Tagged with:  

Object Orientated Programming

On 27/05/2009, in Tutorials, by Pelaez

I thought it would be important for any readers of this blog (if there are any), to know what Object Orientated Programming is and to know at least the very basic of it.

So here it is, a very quick overview on Object Orientated Programming (OOP)

Continue reading »

Tagged with: