Tutorials

Building a simple iOS/Mac OS App with Swift and SpriteKit

Building a simple iOS/Mac OS App with Swift and SpriteKit

Today I found this Tutorial on gamefromscratch.com. It’s the first one out of an yet unfinished series about Game Development with Swift and SpriteKit. This first Tutorial shows you how to create an SpriteKit/Swift Application in X-code 6 and how to display a Sprite in the Application using SKSpriteNode.

[rrssb]
Using Objective-C Classes in Swift

Using Objective-C Classes in Swift

Mark Petherbridge from the iOS-Blog in the UK published an Tutorial about the usage of Objective-c classes in Swift. The Tutorial is split up into 3 Parts.

  • Part 1 – Classic Hello World
  • Part 2 – How to connect to the iTunes Search API
  • Part 3 – Best Practices using Swift

If you are already an Objective-C iOS-Developer this tutorials is made for you.

[rrssb]
Official Swift Guide by Apple inc.

Official Swift Guide by Apple inc.

With the release of the Swift language Apple published their official getting started Guide “A Swift Tour”. This Tutorial gives you an quick overview over the Swift language and provides the classic “Hello World”-Tutorial.

 

[rrssb]