摘要: import CoreMotion ///获取设备旋转角度 class YDMotionManager { private let motionManager = CMMotionManager() // 添加一个回调来传递计算出的角度 func getAngle(completion: ((_ a 阅读全文
posted @ 2025-03-13 13:57 懂事长qingzZ 阅读(29) 评论(0) 推荐(0)