Ios swift – iOS SpriteKit how to make a touch fallthrough?
I need to make a sprite node to ignore touch, so that it fall through to other nodes behind it (lower z order). In UIKit this can be done by overriding hitTest, but there doesn't seem to be a way…