I need to change the selection color of UITabBar from default blue to red. How do we do this.
It is pretty easy in Swift 5.
In your TabBarController write this:
TabBarController
tintColor = UIColor.red
That's it