I have the ability to change the color of the panel:
let allNavigationBar = UINavigationBar.appearance() allNavigationBar.barTintColor = UIColor.red
but this method has a big effect, all your UINavigationBar and UIToolBar will make this change.
Hope anyone else can give a better solution.
source share