Please look at the screenshot below.
I set all the tint colors from the same UIColor object for the UINavigationBar, search bar and toolbar at the bottom. But for so
For me this worked -
let img = UIImage(color: UIColor.red) navigationController?.navigationBar.shadowImage = img navigationController?.navigationBar.setBackgroundImage(img, for: .default)