I’m using the modern runtime (4.0) and I’m having a difficult time figuring out how to access accelerometer data.
Use to be Gravity.x and Gravity.y returned the current accelerometer data however, that appears to be different in 4.0 and I can’t find a reliable way to probe this data.
Is there a definitive way to access raw accelerometer data via the objc bridge?