Reputation: 4192
I'm learning Swift from Stanford IOS course. Unfortunately it isn't updated to Swift 3. I've heard that there haven't been major changes in language itself but some syntax and methods have changed (not sure though).
According to reading assignments I have to follow the Official Apple Docs Guide but it has Swift 3 covered only. I can't find any option in the site to show me the old guide for Swift 2. Besides experimenting everything in Xcode is there an official documentation for Swift 2 ? I googled a lot but couldn't find an official one.
** EDIT **
If my question doesn't seem helpful for future readers, then at least can someone point me to an official Change log ?
For example
func abc()
changed to func xyz()
in Swift 3..
Upvotes: 0
Views: 158
Reputation: 383
Pretty much every syntax change is covered by Xcode or at least function names are similar. I personally haven't experienced any difficulties with going through Swift 2 CS193p, when Swift 3 was already out. And as far as I know, some of the 2017 lectures are already published over at iTunes.
Upvotes: 2