Skip to content

Instantly share code, notes, and snippets.

@isoiphone
Created November 25, 2015 09:31
Show Gist options
  • Save isoiphone/e22412d5a64ee5e70703 to your computer and use it in GitHub Desktop.
Save isoiphone/e22412d5a64ee5e70703 to your computer and use it in GitHub Desktop.
Late night SpriteKit discovery
let node = nodeAtPoint(location)
assert(node.containsPoint(location)) // wtf? this assert does fail sometimes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment