I’m writing a business app in which the screen is mostly covered by a list view with a row of buttons at the bottom. Until now I’ve just done it quick’n’dirty and made the size of these buttons as a certain factor of the display pixel width.
The problem of couse is that while this look good on a high DPI phone it will look big and awful on a tablet with a similar resolution.
So lately I’ve started working in physical units (mm) (with certain limitations of course) when creating the buttons. This works well with Android devices, but for iOs I’m at loss. Is there any reasonalbly easy way to determine this?