Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Objective-C newbie: Does anyone know of diagrams that explain class, objects and methods?

Tags:

objective-c

As you may have guessed from the question - I am right at the beginning of the Obj-C journey.

I'm hoping that someone out there knows of some diagrams that depict the relationship between classes, objects and methods - and that they're willing to share.

The problem I'm having is that just looking at code in a textbook doesn't completely explain it - for me at least.

Thanks for reading!

Regards, Spencer.

like image 218
Spencer Avatar asked Dec 13 '22 03:12

Spencer


1 Answers

No diagrams, but this is the tutorial I wish I'd read before I started: http://www.cocoadevcentral.com/d/learn_objectivec/

Simple English, all the basic concepts.

like image 131
Justicle Avatar answered May 22 '23 03:05

Justicle