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
  • 307,833
  • 40
  • 508
  • 550
marrioa
  • 1,245
  • 4
  • 13
  • 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
  • 139
  • 3
  • 10