Skip to content

Instantly share code, notes, and snippets.

@samuelbeek
Last active February 9, 2016 19:35
Show Gist options
  • Save samuelbeek/17b3e0da8ca2338de236 to your computer and use it in GitHub Desktop.
Save samuelbeek/17b3e0da8ca2338de236 to your computer and use it in GitHub Desktop.
// remove navigation bar
navigationController?.navigationBar.setBackgroundImage(UIImage(), forBarMetrics: UIBarMetrics.Default)
navigationController?.navigationBar.shadowImage = UIImage()
navigationController?.navigationBar.translucent = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment