Skip to content

Instantly share code, notes, and snippets.

@kjromero
Created July 10, 2019 15:40
Show Gist options
  • Select an option

  • Save kjromero/cfd2a1ee7a37e5b38cc4c40b4755d563 to your computer and use it in GitHub Desktop.

Select an option

Save kjromero/cfd2a1ee7a37e5b38cc4c40b4755d563 to your computer and use it in GitHub Desktop.
self.navigationController?.navigationBar.layer.shadowColor = UIColor.black.cgColor
self.navigationController?.navigationBar.layer.shadowOpacity = 0.7
self.navigationController?.navigationBar.layer.shadowOffset = CGSize.zero
self.navigationController?.navigationBar.layer.shadowRadius = 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment