Ask HN: Resources for learning IOS programming
Good afternoon,
I'm a Ruby and JAVA developer and would like to know some (good!) resources to learn IOS programming. I'm aware that Apple provides a bunch of tutorials and guides, but i'm looking for more practical examples, books, etc.
Thanks in advance, Pedro
5 comments
[ 2.8 ms ] story [ 27.2 ms ] threadFor an Objective-C book pick up: "Programming Objective-C" (5th edition already!) [1]
http://www.amazon.com/Programming-Objective-C-Edition-Develo...
It's a paid service, but I've found it's the best way to start learning programming.
The lectures are on iTunesU and you can even do the assignments to get some practice.
Read the reviews, YMMV, but after reading the BNR book I felt comfortable reading the Apple docs for the rest of the stuff I needed to learn.
By the second chapter I felt confident enough to start trying things out on my own and tutorials made a lot more sense.