Age old question… How do you ensure various interface elements stay the size you intend them to be across devices / platforms and not get scaled up & down by Corona SDK? Its too easy to let Corona do all the scaling but the resulting apps don’t look native at all when you design on a phone and run on a tablet for example.
How do you ensure the NavBar is 44 pts precisely on iPhone 4, 5 and iPad. Then again how do you ensure the navbar is the same size in actual millimeters on an iPad mini vs iPad Air… I spent a lot of time last year chasing this dream but I’m not happy with the results I’m getting and wanted to see if there are others like me, who yearn for precise UI element sizing that matches what native apps do.
What I’m referring to is summed nicely in the image below…
Thanks for any ideas & code you might be willing to share.