-4

私は最近いくつかのiOS開発を学んでいますが、それはよく書かれていて評判が良く、まだ多くのiOS 6の本を見つけることができないので、iOS5の本から学んでいます。

しかし、iOS 6がリリースされているので、iOS 5で本を学ぶのは賢明ですか?iOS4からiOS5は、APIの点で大きな飛躍であり、ARCが導入されました。これはiOS5-iOS6でも同じではありませんか?

iOS 5の本から学んだとしたら、iOS 6で導入された本当に根本的な変更を見逃してしまうでしょうか?それとも私は大丈夫でしょうか?

4

1 に答える 1

1

There are less radical changes to the API, that's true. Auto-Layout it probably the biggest change. The rest are additions that you can check out later, like Pass Kit, Reminders API, UICollectionView or better social integration.

I wouldn't worry too much about an iOS 5 book being out-dated, if it's good. Make sure it teaches ARC and don't spend too much time learning autoresizing masks (not that it would be very complicated, but Auto-Layout is a better choice now).

于 2012-11-16T14:05:01.207 に答える