forked from gavinkwoe/SampleCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
41 lines (27 loc) · 1.46 KB
/
ReadMe.txt
File metadata and controls
41 lines (27 loc) · 1.46 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
Icons
================================================================================
ABSTRACT:
This sample demonstrates the proper use of application icons on iOS.
This is a universal binary that supports iPhone/iPod touch/iPad and includes
support for high resolution displays.
Each icon has one dimension of the pixel dimensions on it to display which icon is being used by various areas of iOS.
The various icons display when using the Homescreen, Spotlight, the Settings app, different devices, and when creating an Ad Hoc build and adding it to iTunes.
================================================================================
BUILD REQUIREMENTS:
iOS 4.1 or later
================================================================================
RUNTIME REQUIREMENTS:
iOS 3.2 or later
================================================================================
PACKAGING LIST:
AppDelegate
The application delegate sets up the initial iPhone/iPod touch/iPad view and makes the window visible.
RootViewController
The view controller displays what each icon does on iOS.
The proper orientations supported by each device type are configured in the -shouldAutorotateToInterfaceOrientation: method.
================================================================================
CHANGES FROM PREVIOUS VERSIONS:
Version 1.0
- First version.
================================================================================
Copyright (C) 2010 Apple Inc. All rights reserved.