Tutorial: Avoiding Issues When Moving From Objective-C To Swift

Last week I mentioned a nice tutorial on creating a simple Candy Crush style game with Swift and Sprite Kit.

Here’s a tutorial from Yari D’areglia aimed to help Objective-C developers avoid issues when get starting with the Swift programming language.

Some of the topics covered include:

Using extensions to keep your code clean
Examples of the delegate, target-action, and singleton patterns
Understanding optional values
Using blocks (closures)
Understanding unowned references

You can find the tutorial over on the Think and Build it site here.

A nice guide on avoiding some potential caveats when using Swift.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Tutorial: Avoiding Issues When Moving From Objective-C To Swift

©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *