Skip to content

Instantly share code, notes, and snippets.

View jaimeohm's full-sized avatar

J'aime Ohm jaimeohm

View GitHub Profile
@zacwest
zacwest / ios-font-sizes.swift
Last active May 31, 2024 03:07
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,
]