This release introduces View.popupBarInheritsBottomBarMetrics(_:) as a replacement for View.popupBarMinimizationEnabled(_:).
View.popupBarInheritsBottomBarMetrics(_:) enables better integration with toolbars and tab bars, resulting in more consistent layouts with how the system bars layout.
For tab bars, when View.popupBarInheritsBottomBarMetrics(_:) is enabled, the popup bar layout and behavior is exactly the same as the system’s View.tabViewBottomAccessory(content:), including minimization when enabled for the tab view. Tab bars now change their layout for the popup bar just as they do for View.tabViewBottomAccessory(content:).