I want to learn to program on iOS and what I've found out is that the best books recommended in Amazon and other discussion websites belong to older iOS versions. My questions are:
I saw this link: https://stackoverflow.com/questions/3403049/best-book-resources-for-learning-ios-programming
But as it seems, it has been asked 2 years ago and has not been updated since a couple of months ago and clearly does not even cover iOS 5 learning resources.
There is a bigger jump from iOS4 to 5 than from 5 to 6 for most kinds of programming (for example ARC). The biggest thing I've hit is that [UIViewController viewDidUnload:] is now deprecated and you should put clean up code in dealloc. But generally everything still works the same way for 95% of your code.
My iOS 5 code was recompiled to iOS 6 and it worked fine.
Honestly, getting started any introductory book will suffice. You won't need the very latest iOS 6 flavors of tutorials to start learning.
Read the Apple documentation to get started: Apple Developer Portal
Try some tutorials at: Ray Wenderlich
You will learn the fastest by doing. So, just come up with some small projects on your own, and try to find resources online to complete them
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With