Skip to content

Instantly share code, notes, and snippets.

@mediter
Last active May 19, 2018 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mediter/2ee5b64a3b176423e5d09cfb38b6896e to your computer and use it in GitHub Desktop.
Save mediter/2ee5b64a3b176423e5d09cfb38b6896e to your computer and use it in GitHub Desktop.
[Status Bar Height] #swift #ios #statusbar
// get the height of the status bar
let statusBarHeight = UIApplication.shared.statusBarFrame.height
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment