iPhone system font

前端 未结 12 535
日久生厌
日久生厌 2020-12-12 18:31

What is the name of the default system font on the iPhone?

I would like to retrieve this for customizing a UIView.

12条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 19:09

    If you're doing programatic customisation, don't hard code the system font. Use UIFont systemFontOfSize:, UIFont boldSystemFontOfSize: and UIFont italicSystemFontOfSize (Apple documentation).

    This has become especially relevant since iOS 7, which changed the system font to Helvetica Neue.

    This has become super especially relevant since iOS 9, which changed the system font again to San Francisco.

提交回复
热议问题