i see that the fonts used in a table view cell label does not increase even if autolayoutresize mask is set. table is spread to whole screensize, neither row height increases nor text font.
my requirement is to use proportionate font sizes according to view port size, not only in tableview, but also in all the controls, is there a generic way of doing this ? i seee that html 5 vw vh does it quite well, but i need a solution in obj c
also as an extension, avenir ttf font same size looks smaller in android than iphone, what is the closest common way to define font size in this case ? sometimes in android phone even if view port is same size, same font same size looks smaller in android. whats the reason ?