I have five tab bar items with names in caps e.g., NEARBY and STATUS
Tapping the icon/item shows the correct/expected view controller. Tapping another item within the viewcontroller takes me where I intended.
However, when I go back to the main VC with the five tab bar icons, the tab bar item I was interacting with experienced a name change
E.g., NEARBY became Nearby View Controller STATUS became Status View Controller
I did not expect this problem on iOS 17