I want to change just one of my tabs' background colors. I also want to change only one of their tint colors. How would I do this using Swift?
self.tabBarController!.tabBar.barTintColor = UIColor.whiteColor()
var tabBarItems = self.tabBarController!.tabBar.items as Array<UITabBarItem>
tabBarItems[0]....?