Skip to content

Instantly share code, notes, and snippets.

@diversario
Created May 14, 2016 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diversario/6f67a9ded9fc105267fb7f039a713c50 to your computer and use it in GitHub Desktop.
Save diversario/6f67a9ded9fc105267fb7f039a713c50 to your computer and use it in GitHub Desktop.
log deinitialization of a node
class MyNode: SKSpriteNode {
// init et al
deinit {
print("MyNode \(name) destroyed.")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment