iOS:是否可以以编程方式读取手机电池百分比?
<p><p>是否可以从 iOS 应用程序以编程方式<strong>读取</strong><strong>手机电池百分比</strong>?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>你可以使用下面的代码。</p>
<pre><code>if (![ isBatteryMonitoringEnabled])
{
[ setBatteryMonitoringEnabled:YES];
}
NSLog(@"battery : %f", [ batteryLevel]);
</code></pre></p>
<p style="font-size: 20px;">关于iOS:是否可以以编程方式读取手机电池百分比?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/38785842/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/38785842/
</a>
</p>
页:
[1]