Scale text label by screen size

前端 未结 7 1329
长情又很酷
长情又很酷 2020-12-08 10:13

Is there a way to scale text so that it takes up close to the same screen real estate no matter what the device size is? I\'ve found that the text on an iPad sized device is

7条回答
  •  眼角桃花
    2020-12-08 10:45

    I was having the same issue where I needed the text to be scaled proportionally along with the screen size increase.

    Adaptive sizing is quite limited as you can only set the font sizing for size classes. Having the font sizes for two width options, compact and regular was not a solution for me.

    I have written a small lib which handles automatic font scaling for UILabel and UITextView for different screen sizes.

    You can set the scaling globally or for a specific instance of UILabel and UITextView.

    Find it here: AMXFontAutoScale

提交回复
热议问题