Skip to content

Instantly share code, notes, and snippets.

@numanayhan
Last active February 17, 2020 07:06
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 numanayhan/04c5672911c9cb295ca9d40c3c078e5a to your computer and use it in GitHub Desktop.
Save numanayhan/04c5672911c9cb295ca9d40c3c078e5a to your computer and use it in GitHub Desktop.
Navbar
navigationController?.navigationBar.setBackgroundImage(UIImage(), for: .default)
navigationController?.navigationBar.shadowImage = UIImage()
navigationController?.navigationBar.barTintColor = .clear
navigationController?.navigationBar.isTranslucent = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment