Skip to content

Instantly share code, notes, and snippets.

@jarrodnorwell
Last active August 7, 2025 11:54
Show Gist options
  • Select an option

  • Save jarrodnorwell/fcd97a50570e18913267143dde4ec98f to your computer and use it in GitHub Desktop.

Select an option

Save jarrodnorwell/fcd97a50570e18913267143dde4ec98f to your computer and use it in GitHub Desktop.
if UIDevice.current.systemVersion >= "17.0" {
if #available(iOS 17, *) {
label.font = .bold(.extraLargeTitle)
}
} else {
label.font = .bold(.largeTitle)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment