UILabel でバッテリーのパーセンテージを表示しようとしていますが、結果はナンセンスです! ここに私のコードがあります:
UIDevice *myDevice = [UIDevice currentDevice];
[myDevice setBatteryMonitoringEnabled:YES];
int i=[myDevice batteryState];
_battery.text = [NSString stringWithFormat:@"%i",i];
ラベルは番号2を示しています!!!!