Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I start from scratch to learn iOS on iOS 6? What about the old 'Good' learning material? [closed]

Tags:

ios

ios6

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:

  • Are there such dramatic changes in iOS 6 (as like what happened in Java SE 5 in comparison with older versions) while comparing it with older versions that change the way we program as much considerable as it worth learning iOS development from scratch with iOS learning materials instead of focusing on old (good) learning resources?
  • What tutorial book(s) do you recommend as starting point for iOS programming?

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.

like image 552
Farshid Avatar asked Dec 06 '25 19:12

Farshid


2 Answers

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.

like image 150
Cthutu Avatar answered Dec 08 '25 10:12

Cthutu


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

like image 40
Adam Johnson Avatar answered Dec 08 '25 12:12

Adam Johnson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!