Skip to content

Instantly share code, notes, and snippets.

@gliubc
Created September 19, 2020 03:40
Show Gist options
  • Save gliubc/902096d0c6bdd47d43ef42b27ac0ba40 to your computer and use it in GitHub Desktop.
Save gliubc/902096d0c6bdd47d43ef42b27ac0ba40 to your computer and use it in GitHub Desktop.
if (@available(iOS 11, *)) {
// Use iOS 11 APIs.
} else {
// Alternative code for earlier versions of iOS.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment