Skip to content

Instantly share code, notes, and snippets.

@veeneck
Created June 17, 2014 21:46
Show Gist options
  • Select an option

  • Save veeneck/8df75a8062a3ca6f34b8 to your computer and use it in GitHub Desktop.

Select an option

Save veeneck/8df75a8062a3ca6f34b8 to your computer and use it in GitHub Desktop.
Define Init's in Swift
init(category:Int) {
super.init(texture: FlagSingleton.textures[category])
}
init(texture:SKTexture, color:SKColor, size:CGSize) {
super.init(texture:texture, color:color, size:size)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment