Skip to content

Instantly share code, notes, and snippets.

@novinfard
Last active October 16, 2018 14:35
Show Gist options
  • Select an option

  • Save novinfard/b4583f612d3101408938d10f8f436909 to your computer and use it in GitHub Desktop.

Select an option

Save novinfard/b4583f612d3101408938d10f8f436909 to your computer and use it in GitHub Desktop.
[create clear background in navigation controller]
self.navigationController.navigationBar.setBackgroundImage(UIImage(), for: .default)
self.navigationController.navigationBar.shadowImage = UIImage()
self.navigationController.navigationBar.isTranslucent = true
// self.navigationController.navigationBar.backgroundColor = UIColor.white.withAlphaComponent(0.05)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment