Skip to content

Instantly share code, notes, and snippets.

@hsleedevelop
Last active January 14, 2018 07:49
Show Gist options
  • Save hsleedevelop/3af3745300f7cc5a7960d30503b8d006 to your computer and use it in GitHub Desktop.
Save hsleedevelop/3af3745300f7cc5a7960d30503b8d006 to your computer and use it in GitHub Desktop.
safeAreaInsets get
if #available(iOS 11.0, *) {
let bottomPadding = view.safeAreaInsets.bottom
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment