iPhone system font

Viewed 234927

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

I would like to retrieve this for customizing a UIView.

12 Answers

The default font for iOS is San Francisco . You can refer the link for further details

Related