Skip to content

v4.5.3

Choose a tag to compare

@LeoNatan LeoNatan released this 02 Aug 07:29
· 18 commits to master since this release
60eda0f
  • Enabled popupBarAvoidsPrimaryColumn and popupOpensOverSplitViewController by default on all device types
    • To revert to the previous behavior, set them to false on the respective popup presentation container controller
  • popupBarAvoidsPrimaryColumn and popupOpensOverSplitViewController are no longer limited to iOS 26 or 27
  • Reworked bar and content view close button metrics on iOS 27
    • Bar metrics gated behind inheritsBottomBarMetrics, which is enabled by default
  • Some layout improvements
  • Fixed compiler warnings for really old iOS versions (iOS 13..<15)