LeoNatan/LNPopupController
 Watch   
 Star   
 Fork   
15 days ago
LNPopupController

v2.20.6

Layout improvements

21 days ago
LNPopupController

v2.20.5

  • Improved support for UITabBarController sidebars

  • Fixed a SwiftUI / LNPopupUI regression introduced in 2.20.2

21 days ago
LNPopupController

v2.20.4

Improve support for UITabBarController sidebars.

22 days ago
LNPopupController

v2.20.3

Fixed a layout issue with UINavigationController push/pop transitions

26 days ago
LNPopupController

v2.20.2

  • Fixed iOS 18 bug with tab bar scroll edge appearance
  • Updated floating bar width limit and margins on iPadOS
  • General layout improvements
2024-10-17 17:44:19
LNPopupController

v2.20.1

  • Given a sufficiently wide, regular horizontal size-class container on iPadOS, floating popup bars will now be limited in width to a system-determined value
    • To display the bar in full width, set containerController.popupBar.limitFloatingContentWidth = false

Simulator Screenshot - iPad Pro 11-inch (M4) - 2024-10-17 at 07 38 54

  • Floating popup bars will now increase in height slightly on regular horizontal size-class superviews on iPadOS.

  • Further improved floating tab bar support

2024-10-17 12:35:46
LNPopupController

v2.20.0

  • Given a sufficiently wide, regular horizontal size-class container on iPadOS, floating popup bars will now be limited in width to a system-determined value
    • To display the bar in full width, set containerController.popupBar.limitFloatingContentWidth = false

Simulator Screenshot - iPad Pro 11-inch (M4) - 2024-10-17 at 07 38 54

  • Floating popup bars will now increase in height slightly on regular horizontal size-class superviews on iPadOS.

  • Further improved floating tab bar support

2024-10-16 17:00:56
LNPopupController

v2.19.13

Improved support for iPadOS 18 floating tab bar design

2024-09-27 08:38:42
LNPopupController

v2.19.12

  • Improved support for nested page view controllers

  • Added support for dynamically added views that might introduce gesture recognizers of their own

    • The system now “imports” any gesture recognizer it meets so that it can work with the popup interaction gesture recognizer
2024-09-27 06:58:24
LNPopupController

v2.19.11

Improved support for vertical and horizontal UIPageViewController popup content.