Contents

startAccelerometerUpdates()

Starts accelerometer updates without a handler.

Declaration

func startAccelerometerUpdates()

Mentioned in

Discussion

You can get the latest accelerometer data through the accelerometerData property. You must call stopAccelerometerUpdates() when you no longer want your app to process accelerometer updates.

See Also

Managing Accelerometer Updates