标签: iphone power-management
如何制作计算电池状态的iPhone应用程序?我需要使用特定的API吗?
有没有人有任何在线教程的链接?
答案 0 :(得分:3)
只需设置[UIDevice currentDevice].batteryMonitoringEnabled = YES即可。然后,您可以使用-[UIDevice batteryState]和-[UIDevice batteryLevel]。
[UIDevice currentDevice].batteryMonitoringEnabled = YES
-[UIDevice batteryState]
-[UIDevice batteryLevel]