I need to change the selection color of UITabBar from default blue to red. How do we do this.
Starting from iOS 8 it's as simple as:
UITabBar.appearance().tintColor = UIColor.redColor()