Just that question I want to detect the retina display in my MonoTouch app. Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There are already answers for ObjectiveC but here's a C# version:
That will work for the newer iPhone and iPod Touch and I suspect (will know in less than two weeks) for the new iPad. Jason's approach will work too and can be attractive if you need to know several hardware related features (e.g. retina + camera). |
|||
|
Xamarin has a wiki entry on detecting the hardware device type. |
|||
|