Jun 04
PelaezDevelopment, SDK, Source Code, Toolchain, Tutorials, iPhone class, ObjC, object, oop
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
May 28
PelaezDevelopment, SDK, Toolchain, iPhone Frameworks, ObjC, oop
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
May 27
PelaezTutorials Java, ObjC, oop
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