Skip to content

Instantly share code, notes, and snippets.

@toashd
Created April 18, 2015 18:46
Show Gist options
  • Save toashd/ffdb80fd34c6cbfc4a48 to your computer and use it in GitHub Desktop.
Save toashd/ffdb80fd34c6cbfc4a48 to your computer and use it in GitHub Desktop.
Transparent nav bar
self.navigationController?.navigationBar.setBackgroundImage(UIImage(), forBarMetrics: UIBarMetrics.Default)
self.navigationController?.navigationBar.shadowImage = UIImage()
self.navigationController?.navigationBar.translucent = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment