1

I would like an entirely transparent UIToolbar and/or UINavigationBar. I have tried the many suggestion but didn't works. This is my Code for navBar

  navigationController?.navigationBar.setBackgroundImage(UIImage(), forBarMetrics:.Default)
    navigationController?.navigationBar.shadowImage = UIImage()
    navigationController?.navigationBar.translucent = true

This is a good example "the App Store"

enter image description here

rmaddy
  • 314,917
  • 42
  • 532
  • 579
marrioa
  • 1,265
  • 4
  • 14
  • 29

1 Answers1

-1

Just make sure you don't have something behind your tool bar. Like a collection view and so on.

Alex Black
  • 138
  • 3
  • 10