ObjC class

No Comments

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.

More

ObjC 1

No Comments

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. More

Object Orientated Programming

No Comments

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) More