I've been working a lot on my new project's colour scheme and concluded that one scheme is the best for use on the white iPhone while a different set should be used on the black one.
How can I specify different picture files to be used on the device depending on its colour?
Asked
Active
Viewed 194 times
0

Peter V
- 2,478
- 6
- 36
- 54
1 Answers
1
Unless you can get access to the SN of the phone along with the apple database dicating the color of each phone this won't be possible.
I would recommend instead giving the user an option so that they can pick to change the color scheme of your app.

zanegray
- 768
- 7
- 13
-
1The model number is enough to determine the color, and you can match that to [this list](http://theiphonewiki.com/wiki/index.php?title=Models). However, I don't believe there is a way to determine the exact model number, either. – vcsjones Aug 06 '12 at 22:59