UIToolbar Missing from View Hierarchy Since iOS 26

Since iOS 26, navigationController?.toolbar no longer appears in the view hierarchy, and UIToolbar itself is not visible in the view tree.

Is there currently any supported way to access the toolbar’s container view or its underlying view hierarchy?

However, the API itself is not deprecated. https://developer.apple.com/documentation/uikit/uinavigationcontroller/toolbar

Answered by Frameworks Engineer in 876089022

This is expected on iOS 26. There is no supported means to access the views that represent the toolbar on iOS 26.

Accepted Answer

This is expected on iOS 26. There is no supported means to access the views that represent the toolbar on iOS 26.

UIToolbar Missing from View Hierarchy Since iOS 26
 
 
Q