iOS 26: Some of the UIToolbarItems in my Toolbar do not get rendered and their actions dont run when touched

In the RC canidate of iOS 26 I have notices sometimes my toolbar is not rendering one of the items, its a select button, The space is there as there is an oval on the screen but it does not have the label and does nothing when you touch it. Other UIToolbarItems in my toolbar are being displayed so i dont know why this one is having troubles. This however doesnt happen every time and instead it works

I am not seeing anything in the console to indicate why this one button is not getting set correctly I should also mention this was not an issue with iOS 18 and we havent changed any code around how we set the toolbar

Below is my code snippet

Thank you for the post and providing a comprehensive description of the issue with the images. To facilitate the filing of a bug report, could you kindly provide the following information?

  1. Xcode version with the beta number you are currently using.
  2. A simple code snippet that generates the two buttons in question.

Do you get the same results with just the relevant code in a small test project? If so, please share a link to your test project. That'll help us better understand what's going on. If you're not familiar with preparing a test project, take a look at Creating a test project.

Albert Pascual
  Worldwide Developer Relations.

@DTS Engineer I have also replicated the issue in a small project

@DTS Engineer: I have submitted a bug report 15892107

iOS 26: Some of the UIToolbarItems in my Toolbar do not get rendered and their actions dont run when touched
 
 
Q