forked from eway2012/SampleCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
43 lines (26 loc) · 1.17 KB
/
ReadMe.txt
File metadata and controls
43 lines (26 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
### BatteryStatus ###
================================================================================
DESCRIPTION:
Demonstrates the use of the battery status properties and notifications provided via the iPhone OS SDK.
Testing:
The sample is only useful when run on a device. The simulator always returns unknown battery status.
================================================================================
BUILD REQUIREMENTS:
iOS 4.0 SDK
================================================================================
RUNTIME REQUIREMENTS:
iOS 3.2 or later
================================================================================
PACKAGING LIST:
BatteryStatusAppDelegate
Delegate of the main application that presents the initial window.
RootViewController
Controller for initial window. Receives battery status change notifications. Queries the
battery status and presents it in a UITableView. Enables and disables battery status updates.
================================================================================
CHANGES FROM PREVIOUS VERSIONS:
Version 1.1
Updated for iOS 4.
Version 1.0
First release.
Copyright (c) 2009-2010 Apple Inc. All rights reserved.