Hi, I am trying to acess the gyroscope in iosMain ...
# multiplatform
p
Hi, I am trying to acess the gyroscope in iosMain in a kmm project. But I am not able to acces the values needed I am only able to find
Copy code
CMMotionManager().gyroData?.rotationRate?.size
CMMotionManager().gyroData?.rotationRate?.align
I am not able to find, x,y and z here where as the documentation tells that they should be there. What am I missing?