Commit c121c534 by Daniel Dahan

set navigationItem.toolbar to background clear

parent 8c80c41e
......@@ -175,6 +175,8 @@ internal extension NavigationBar {
return
}
item.toolbar.backgroundColor = .clear
item.titleView = item.toolbar
guard let v = item.titleView as? Toolbar else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment