How can I convert CGSize to actual metric dimensions?
for example CGSize(width:300,height:300)
on an 11 inch iPad is how much in mm?
Asked
Active
Viewed 90 times
-1

Ahmed Abdulkareem
- 74
- 9
-
You surely tried _something_. SO is not a free code writing website. Without showing at least some (research) effort, you're highly unlikely to receive an answer here. – Dávid Pásztor Oct 12 '21 at 14:31
-
@DávidPásztor I think the question is very clear and doesn't require any extra jargon that would just be overhead – Ahmed Abdulkareem Oct 24 '21 at 10:31
1 Answers
0
It varies per device. You need to know screen resolution and pixel size. Just look them up in Apple's technical spec pages. Then simply multiply. Don't forget to take into account different zoom levels (some devices can do this).

matt
- 515,959
- 87
- 875
- 1,141