Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个应用程序,它需要在 iPhone 悬空时记录加速度或速度。
我知道当把 iPhone 往上扔时,到达最高点时,速度为 0,加速度为最大。我需要数据。
iPhone是否有任何传感器来记录数据?
是的,你有 CMMotionManager 能够做到这一点:
CMMotionManager 苹果文档
您将需要监控加速度。