I have a TabBarController set as main controller tab, where names were defined using interface builder. Now I would like to change its names programmatically.
How c
Swift 4+
tabBarController?.tabBar.items![1].title = "xx"