UITabBarItem.isEnabled property has no effect in iOS 26(Xcode beta 4)

The isEnabled property on UITabBarItem no longer disables tab bar items as expected in iOS 26. Setting tabBarItem.isEnabled = false on a view controller has no visual or functional effect - the tab remains interactive and doesn't show the disabled state.

UITabBarItem.isEnabled property has no effect in iOS 26(Xcode beta 4)
 
 
Q