I'm attempting to make my navigation bar have the exact same style as the tab bar. While it's easy enough to set the navigation bar to be translucent. It's no where near the same "frosty glass" translucency effect that the tab bar has. From just glancing, it would appear that the tab bar implements some sort of light gray color with more transparency.
I've attached an image that shows the closest I was able to get. Does anyone have any ideas on how to accomplish this?
I think it would be better to design a png image like that with photoshop and then set that image as a background to the navigation var with the following code.
UINavigationBar.appearance().setBackgroundImage(UIImage(named: "image")!.resizableImage(withCapInsets: UIEdgeInsetsMake(0, 0, 0, 0), resizingMode: .stretch), for: .default)