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.
iOS 製品の電力残量をコードから判断する方法を教えてください。つまり、50%
-を使用して現在のバッテリーレベルを取得できます
[[UIDevice currentDevice] batteryLevel];
ドキュメントから -
バッテリーレベルの範囲は 0.0 (完全放電) から 1.0 (100% 充電) までです。このプロパティにアクセスする前に、バッテリ監視が有効になっていることを確認してください。