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