iOS7: Can we use other than Helvetica Neue fonts with Dynamic Type?

后端 未结 2 1218
别那么骄傲
别那么骄傲 2021-02-03 11:25

We are designing an app for iOS7 and our designer wants to use non-default font (Avenir), but I dont want to loose Dynamic Type functionality. As I understand Dynamic Type can o

2条回答
  •  天涯浪人
    2021-02-03 11:58

    example with custom font.

    https://github.com/jszumski/dynamic-type

    See @implementation UIFont (AvenirContentSize)

    for how to adjust a font to match the default sizes

提交回复
热议问题