SENTAccelerometerDataIterator
An iterator that can be used to retrieve chunks of accelerometer data.
Iterating over the data may be expensive, so avoid doing it directly on the main application thread.
SENTAccelerometerDataIterator API
next
next
Returns the SensorDataChunk if available otherwise returns
nil
.Example code:
Last updated