Bug with UITabbarController on IOS 18 beta

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

Could you file a feedback through Feedback Assistant with a sample project to help us investigate this issue? Thanks.

Changing the title of the view controller in the Storyboard from Nearby View Controller to NEARBY fixed the issue of the tab bar item title being renamed from NEARBY to Nearby View Controller. Interestingly, I needed to incorporate this fix only for the iOS 18 beta. Previous versions worked fine

Bug with UITabbarController on IOS 18 beta
 
 
Q