mirror of
https://github.com/LeoNatan/LNPopupController.git
synced 2026-07-30 16:11:51 +00:00
`LNPopupBar.inheritsBottomBarMetrics` enables better integration with toolbars and tab bars, resulting in more consistent layouts with how the system bars layout. For tab bars, when `LNPopupBar.inheritsBottomBarMetrics` is enabled, the popup bar layout and behavior is exactly the same as the system’s `UITabAccessory`, including minimization when enabled for the tab bar controller. Tab bars now change their layout for the popup bar just as they do for `UITabAccessory`.