Objective-C Programming: The Big Nerd Ranch Guide

Objective-C Programming - The Big Nerd Ranch Guide

You will be baffled from time to time… Stick with this book. I promise the bewilderment will cease before you get to the final page.
 
~ Aaron Hillegass, Author

Finding the Right Objective-C Book

I’ve gone through several Objective-C books in my quest to master RubyMotion. You read that right: I’m learning Objective-C so that I can master RubyMotion. Objective-C Programming: The Big Nerd Ranch Guide is one book that clicks for me. Here’s why.

Syntax is the set of rules that governs how your code must be written in a given programming language. These rules are extremely specific, and if you fail to follow them, your program won’t work.

Clearly put!

Do I Really Need Objective-C?

Yes. If you want to be effective with RubyMotion, you must grow strong with Objective-C.

The RubyMotion devs whom I admire most also know Objective-C. Devs like Matt Aimonetti (creator of BubbleWrap), Randall Thomas and Tammer Saleh (authors of RubyMotion in the Cloud), Jonathan Penn (instructor/speaker at CocoaConf) and Laurent Sansonetti (creator of RubyMotion) move seamlessly between the worlds of Ruby and Objective-C. Luke became a Jedi because he followed in the footsteps of Yoda.

More important than following the masters: Learning from their triumphs and mistakes by reading their code. Developers in 2013 are fortunate to have tools like GitHub where code is shared on a massive scale. Most iOS code is written in Objective-C. If we want to learn from the iOS code that has been written before, we need to know Objective-C.

If you want to develop apps for iOS devices, start with Objective-C Programming: The Big Nerd Ranch Guide. The book is also helpful if you prefer RubyMotion over Objective-C.

And don’t forget your 10,000 Hours of Practice.

Comments