Skip to content

Instantly share code, notes, and snippets.

@shalyf
Created August 16, 2017 11:39
Show Gist options
  • Save shalyf/cc9dce1857efb8eeb8490623f723e865 to your computer and use it in GitHub Desktop.
Save shalyf/cc9dce1857efb8eeb8490623f723e865 to your computer and use it in GitHub Desktop.
隐藏 NavigationBar 底部的虚线
navigationController?.navigationBar.setBackgroundImage(UIImage(), for: .default)
navigationController?.navigationBar.shadowImage = UIImage()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment