I'm writing an iOS app and I want app looks similar in iPhone 5 and iPhone 6 Plus. I know about Auto Layouts, Adaptive Layout and Size Classes. Is there any other way to scale view from iPhone 5 to larger screen sizes?
It is not so hard to write simple view container scaling for different screen sizes but... how to scale table cells, fonts in buttons, labels?
Thanks for help :)