Okay, here\'s the deal:
I\'m developing a 2D car game (similar to Hill Climb Racing) in Sprite Kit for iOS. I\'m currently working on dust particles, which show up whenever
You can use the allContactedBodies property of your sprite to check current contacts between your wheels and the ground. Polling this may not be as efficient as the event-driven method, but it may be more reliable.