Just that question I want to detect the retina display in my MonoTouch app. Thanks.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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).