Why is accelerometer:didAccelerate: deprecated in IOS5?

I did not yet use iOS 5, but already in 4.x UIAccelerometer and UIAccelerometerDelegate were replaced by the CoreMotion framework. It is more sophisticated, takes gyroscope signals into account and performs a sensor fusion i.e. does calibrating stuff like bias calculation for you. Basically the CMDeviceMotionHandler block callback is now the equivalent. It is called … Read more