isAccelerometerRecordingAvailable()
Returns a Boolean value indicating whether accelerometer recording is supported on the current device.
Declaration
class func isAccelerometerRecordingAvailable() -> BoolReturn Value
true if accelerometer recording is available or false if it is not.
Discussion
Call this method before trying to record or retrieve any accelerometer data using the methods of this class. Accelerometer data recording is not supported on all devices.