I made an totally custom navigation bar and would like to use the exact same font and size like apple does for the title of their navigation bar. It looks like some kind of fat printed arial, but not sure if that's right. Does anyone know?
iOS has some big chunky titles, like “Inbox” below – at 34pt, it's about the biggest text you'll see on an iPhone. But once you scroll, titles morph to 17pt, the default size for text-based actions as well.
Apple's Maps app uses the system font, Avenir.
SF Pro is the system font in iOS and iPadOS.
As mentioned above iOS uses a default font size of 17pt for content, while macOS uses 13pt.
iOS12 - iOS15 Large Title - System Bold 34 (San Francisco)
[UIFont boldSystemFontOfSize:34]
iOS9 - iOS15 Regular centered title - System Semibold 17 (San Francisco)
[UIFont systemFontOfSize:17 weight:UIFontWeightSemibold]
iOS8 - System Semibold 17 (Helvetica Neue)
[UIFont systemFontOfSize:17 weight:UIFontWeightSemibold]
iOS7 - System Bold 17 (Helvetica Neue)
[UIFont boldSystemFontOfSize:17];
Nice link about typo in iOS https://learnui.design/blog/ios-font-size-guidelines.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With