changing the font size according to each iPhone size

前端 未结 3 1704
无人共我
无人共我 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 20:58

    I faced this issue few months ago. There is no way to do it on storyboard for now.

    You can do it by code by detect screen size or device type and set font size for each device. You can use this lib to do that

    https://github.com/sebyffffd/SDVersion

提交回复
热议问题