gpt4 book ai didi

ios - 如何在 WatchKit 中获取 watch 电池

转载 作者:可可西里 更新时间:2023-11-01 00:58:28 35 4
gpt4 key购买 nike

所以我发现没有公开的方法来获取 watchKit 中的电池电量。

所以没有UIDevice.currentDevice().batteryLevelWKInterfaceDevice不接缝有货。

在 LLDB 中,导入 UIKit 和 WatchKit,我能够返回

(lldb) e (Class) NSClassFromString(@"UIDevice")
(Class) $0 = 0x3756bfa0
(lldb) e (id) [$0 currentDevice]
(id) $1 = 0x16d83860
(lldb) e (float)[(id) [$0 currentDevice] batteryLevel]
(float) $2 = -1

显然。我同意为该项目使用私有(private) api 的解决方案。另外,也许它可以通过 iOS 以某种方式使用?谁有解决办法?

最佳答案

您可以像这样在 watch 上获取电池电量:

WKInterfaceDevice.current().isBatteryMonitoringEnabled = true
let batteryLevel = WKInterfaceDevice.current().batteryLevel

关于ios - 如何在 WatchKit 中获取 watch 电池,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39396802/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com