Skip to content

Instantly share code, notes, and snippets.

@cemolcay
Created May 12, 2015 10:21
Show Gist options
  • Select an option

  • Save cemolcay/1422cd53a104454282d8 to your computer and use it in GitHub Desktop.

Select an option

Save cemolcay/1422cd53a104454282d8 to your computer and use it in GitHub Desktop.
transparent uinavigationbar
navigationController?.navigationBar.setBackgroundImage(UIImage(), forBarMetrics: .Default)
navigationController?.navigationBar.shadowImage = UIImage()
navigationController?.navigationBar.translucent = true
navigationController?.navigationBar.backgroundColor = UIColor.clearColor()
@cemolcay
Copy link
Copy Markdown
Author

return default

        navigationController?.navigationBar.setBackgroundImage(nil, forBarMetrics: .Default)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment