Link to home
Start Free TrialLog in
Avatar of Mr_Fulano
Mr_FulanoFlag for United States of America

asked on

Learning Classes and Methods

Hi, I'm learning Objective-C. I've quickly realized that my success as a programmer in Objective-C will be directly proportional to my understanding of the Classes and their Methods that are contained in the Foundation Framework. However, there are dozens and dozens of Classes and hundreds of not thousands of Methods contained therein.

I know there are no shortcuts to becoming a successful programmer, but there are better ways than others to do certain things, so my question is - what is the best way to learn which classes are available in the Foundation Framework and which Methods each of those Classes offers?

In other words, do I simply read through Apples documentation for these tools, should I purchase an O'Reilly book that may list them out in a simple dictionary fashion, should I use the online code assistance as I move though my different example, is there an online website that would be more effective or efficient, etc.

Again, I'm not asking for a shortcut, so that I don't have to put forth the effort, I'm asking for a "best approach" way to learning an huge amount of tools.

Thanks for your help,
Fulano
Avatar of pgnatyuk
pgnatyuk
Flag of Israel image

The best way is to make real projects.
In the real project you'll face really interesting features and will have to go deeper and learn the documents.

ASKER CERTIFIED SOLUTION
Avatar of darbid73
darbid73
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aspnetdev
aspnetdev

I am an .net programmer now jumping on iPhone app development. My take is first master Objective - C and make your OOP's concepts "CRYSTAL CLEAR". Once you have this in your arsenal then rest becomes a piece of cake. Your thought process matters a lot when dealing with programming. Try Programming_in_Objective_C_4th_Edition_Kochan and i think you should be in good position.