changing the font size according to each iPhone size

前端 未结 3 1685
无人共我
无人共我 2021-02-14 20:36

is there any way to changing/auto resizing the font size according to the different iPhone screen as when i change the font size, the font size applied to other phone size as we

3条回答
  •  一生所求
    2021-02-14 21:08

    I ran in to a similar issue. I suggest to use this library: https://github.com/hamiz-ahmed/SizeOptimizedLabel

    Specify the initial screen and font size. The font gets optimized automatically according to different screen sizes.

提交回复
热议问题