摘要:
笔记:获取设备充电状态:UIDeviceBatteryState: The battery power state of the device.typedef enum { UIDeviceBatteryStateUnknown, UIDeviceBatteryStateUnplugged, UIDeviceBatteryStateCharging, UIDeviceBatteryStateFull,} UIDeviceBatteryState;UIDeviceBatteryStateUnknown: The battery state for the device canno... 阅读全文