Skip to content

Releases: LeoNatan/LNPopupController

v2.20.6

08 Nov 03:43
6ef5ba3
Compare
Choose a tag to compare

Layout improvements

v2.20.5

02 Nov 02:11
37a5b9d
Compare
Choose a tag to compare
  • Improved support for UITabBarController sidebars

  • Fixed a SwiftUI / LNPopupUI regression introduced in 2.20.2

v2.20.4

02 Nov 01:52
94f0603
Compare
Choose a tag to compare

Improve support for UITabBarController sidebars.

v2.20.3

31 Oct 15:46
61ed581
Compare
Choose a tag to compare

Fixed a layout issue with UINavigationController push/pop transitions

v2.20.2

27 Oct 17:15
ccbcb15
Compare
Choose a tag to compare
  • Fixed iOS 18 bug with tab bar scroll edge appearance
  • Updated floating bar width limit and margins on iPadOS
  • General layout improvements

v2.20.1

17 Oct 09:44
7d8eb29
Compare
Choose a tag to compare
  • 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

v2.20.0

17 Oct 04:36
ccacc0c
Compare
Choose a tag to compare
  • 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

v2.19.13

16 Oct 09:01
cda240e
Compare
Choose a tag to compare

Improved support for iPadOS 18 floating tab bar design

v2.19.12

27 Sep 00:38
bbd729e
Compare
Choose a tag to compare
  • 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

v2.19.11

26 Sep 22:58
99a4a85
Compare
Choose a tag to compare

Improved support for vertical and horizontal UIPageViewController popup content.