We are looking for a way to decouple the lower UITabBar from the titles of the current view controller.
When the title of the view controller changes, we want the text in the tabbaritem to remain the same.
Is there way to achieve this other than having to reset the value in each view?
Thanks in advance!