Search code examples
iosipadcocoa-touchuikit

iPad 2 determine device color


I have tried looking around in the documentation and have been unsuccessful. I am wanting to know if there is a way to determine the iPad 2 color. The application I'm working on, I'd like to change the look of the design based on the color of the iPad.

Any ideas if this is possible?


Solution

  • Perhaps not the best way, but the way I'd choose if this was SUPER important (and I'd ask myself really if you think it is), would be to create a UIAlertView which prompts the user to select their colour of iPad from a finite list.

    Enjoy!