Im down to my last bug before my app launch and haven't had much success with a solution for:
I have an accelerometer, which I can successful stop/start, using:
[UIAccelerometer sharedAccelerometer].delegate = self;
[UIAccelerometer sharedAccelerometer].delegate = nil;
However, if I move the iPhone will the accelerometer is disabled and then enable it, the accelerometer spits out the value(s) that were registered when it was disabled.
Is there any way to clear these values?
... I will PayPal 25$ to the person that provides the solution