Good news – the Core Data by Tutorials Team has updated Core Data by Tutorials for Swift 1.2!
As you may know, Swift 1.2 introduced some new syntax, such as an improved if let
statement, revised usage of as
vs as!
vs as?
, and a native Set
type. To learn more about these changes, check out our What’s New in Swift 1.2 overview.
In this update, the team has updated all chapters and sample code to use the new Swift 1.2 syntax, and have also fixed some of the errata reported on the forums.
Here’s how you can get the update:
- If you’re a Core Data by Tutorials PDF customer, you can download the 1.2 update for free on your My Loot page.
- If you’re a Core Data by Tutorials Print Version customer, you can find the updated source code at the URL given in the introduction of the book.
- If you don’t have the Core Data by Tutorials yet, grab your copy now!
We hope you enjoy this update!
Core Data by Tutorials Updated for Swift 1.2! is a post from: Ray Wenderlich
The post Core Data by Tutorials Updated for Swift 1.2! appeared first on Ray Wenderlich.