Changing unselected color for specified tabbar item

I try to change unselected color for specified item(for example for second), but unsuccessfully



if let items = self.tabBar.items {

items.forEach {

//some condition

}

}



How can I fix it?