Is it possible to have a view, say a simple square that is 5cm x 5cm, always maintain it size regardless of the mac's resolution?
it seems the only way possible to produce a square of 5cm x 5cm programatically is to include the screens resolution into the equation. but besides resolution settings and setting up a resolution event listener (or whatever), some screens have different PPI than other screens (or so i assume?).
has apple included any Developer/Examples/ of this? any information about this would be great.
it seems the only way possible to produce a square of 5cm x 5cm programatically is to include the screens resolution into the equation. but besides resolution settings and setting up a resolution event listener (or whatever), some screens have different PPI than other screens (or so i assume?).
has apple included any Developer/Examples/ of this? any information about this would be great.