Hello friends,
this time it's me who has a question =)
I'm currently working on having HD iPhone-apps run in HD when they are started on the iPad. However, how do I find out if I'm running on an iPhone or iPad?
I know there's "[[UIDevice device] model]", but on the simulator, this always only says "iPhone simulator".
Then there's "[[UIDevice device] userinterfaceIdiom]", but that only works in universal apps.
Does anyone know a way to find the device type that works in simulator, too?
Thanks in advance,
Daniel