Skip to content

Instantly share code, notes, and snippets.

View kevmo314's full-sized avatar
🐮
Mugit!

Kevin Wang kevmo314

🐮
Mugit!
View GitHub Profile
@zacwest
zacwest / ios-font-sizes.swift
Last active September 7, 2024 19:04
iOS default font sizes - also available on https://www.iosfontsizes.com
let styles: [UIFont.TextStyle] = [
// iOS 17
.extraLargeTitle, .extraLargeTitle2,
// iOS 11
.largeTitle,
// iOS 9
.title1, .title2, .title3, .callout,
// iOS 7
.headline, .subheadline, .body, .footnote, .caption1, .caption2,
]