Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created September 8, 2023 08:44
Show Gist options
  • Save laevandus/894ff00c5c73024cd24f2718144215bc to your computer and use it in GitHub Desktop.
Save laevandus/894ff00c5c73024cd24f2718144215bc to your computer and use it in GitHub Desktop.
if #unavailable(iOS 15.0) {
// Calling old API
} else {
// Calling new API introduced in 15.0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment